diff options
Diffstat (limited to 'custom/views/default/footer.tpl.php')
-rwxr-xr-x | custom/views/default/footer.tpl.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/custom/views/default/footer.tpl.php b/custom/views/default/footer.tpl.php index d7d6c1a..eeff62b 100755 --- a/custom/views/default/footer.tpl.php +++ b/custom/views/default/footer.tpl.php @@ -1,4 +1,4 @@ - <div id="footer"> - <p><?php echo str_replace('%s', 'href="http://moonmoon.org" title="moonmoon '.$moon_version.'"', _g('Powered by <a %s>moonmoon</a>'))?> - | <a href="./admin/"><?=_g('Administration')?></a></p> - </div> +<footer id="footer"> + <p><?php echo str_replace('%s', 'href="http://moonmoon.org" title="moonmoon '.$moon_version.'"', _g('Powered by <a %s>moonmoon</a>'))?> + | <a href="./admin/"><?=_g('Administration')?></a></p> +</footer> |