insanelyBlog/themes/default/footer.php

12 lines
396 B
PHP

</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>