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

12
themes/default/footer.php Normal file
View File

@ -0,0 +1,12 @@
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<p style="float:left">Copyright &copy; <?=date('Y')?> <?=$_set['title']?><?=(!LOGGEDIN ? '<br/><a href="/login">'.$_locale["login"].'</a>' : '')?></p>
<p style="float:right">Powered by <a href="http://sandros.hu/">Insanely</a>.</p>
<div style="clear:both"></div>
</div>
<?php get_page_extra_body(); ?>
</body>
</html>