-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
index.php 316 B
<?php
define("APP_VERSION", '2.0.2');
require_once('classes/render-adminlte.class.php');
$renderAdminLTE=new renderadminlte();
$aReplace=include("./config/page_replacements.php");
$sTemplate=file_get_contents('config/page.tpl.php');
// ---------- send content
echo $renderAdminLTE->render($sTemplate,$aReplace);