ACC SHELL
<?php
include_once('config/config.php');
$Admin = new UserAdmin();
isset($_GET['logout']) ? $Admin->logout() : $Admin->isLogged();
include('libs/komentare.class.php');
include_once('libs/funkcephp.php');
include_once(TEMPLATES . '/header.tpl');
?>
<div id="obsah">
<table>
<tr>
<!--
<td><a class="mainbutton" href="komentare_edit.php"><span>Přidat komentář</span></a></td>
-->
<td>
| <a href="javascript:history.back(-1)" title="Zpět na předchozí stranu">Zpět na předchozí stranu</a>
| <span id="drobecky">Kde se nacházíte:
<a href="index.php" title="Úvodní strana">Úvodní strana</a> /
<a href="komentare.php" title="Komentáře">Komentáře</a></span>
</td>
</tr>
</table><br /><br />
<?php
include('messages.php');
$Widget = new Widget();
$id_panelu = array(170);
$user_id = $_SESSION['adminuser']['id'];
include_once('include/widgety.php');
?>
<div class="clear"></div>
</div> <!-- div id obsah END -->
<?php include_once(TEMPLATES . '/footer.tpl'); ?>
ACC SHELL 2018