Initial commit

This commit is contained in:
Péntek Sándor
2016-06-18 10:07:35 +02:00
commit 41c686945a
398 changed files with 36832 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?php
addHead('<script src="/'.get_theme_lib().'/theme.js"></script>');
include get_theme_lib().'/header.php';
echo get_site_body();
?>
<div style="clear: both;">&nbsp;</div>
</div>
<div id="sidebar">
<ul>
<li>
<h2><?=$_locale['navigation']?></h2>
<ul>
<?php get_navigation(); ?>
</ul>
</li>
<?php include 'includes/sidebar/sidebar.php'; ?>
</ul>
</div>
<?php
include get_theme_lib().'/footer.php';