Beispiel #1
0
<?php

include "core.php";
include "templates/head.php";
?>

<body>

<div id="wrapper">
    <div id="admin_panel">

<?php 
$dd = new Eblazavrik();
$dd->getNavBar();
$dd->Run();
?>

    </div>
</div>

</body>
</html>
Beispiel #2
0
<?php

include "core.php";
$dd = new Eblazavrik();
$dd->Run();