florianfiegel / Clean-Home

Port of the WordPress-Theme "Clean Home" for Habari

This URL has Read+Write access

Clean-Home / footer.php
100755 10 lines (9 sloc) 0.46 kb
1
2
3
4
5
6
7
8
9
10
<div id="footer">
<p><?php printf( _t('%1$s is proudly powered by %2$s'), Options::get('title'),' <a href="http://www.habariproject.org/" title="Habari">Habari</a>' ); ?> | Theme "Clean Home" by <a href="http://midmodesign.com/news/general/our-special-wordpress-theme/">Mid-Mo Design</a> ported by <a href="http://nucleusmedia.de">Nucleus Media</a>
</p>
</div>
</div>
<?php $theme->footer(); ?>
<!-- Can put web stats code here -->
</body>
</html>