New plugin loader, page features, API0.2b, Bugfixes

This commit is contained in:
2016-11-19 16:13:37 +01:00
parent 6d1eef25ca
commit b97faf21fd
230 changed files with 36532 additions and 36346 deletions

View File

@ -1,25 +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
<?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';