XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin_footer.php
Go to the documentation of this file.
1 <?php
19 echo "<div class='adminfooter'>\n"
20  ." <div style='text-align: center;'>\n"
21  ." <a href='http://www.xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n"
22  ." </div>\n"
23  ." " . _AM_MODULEADMIN_ADMIN_FOOTER . "\n"
24  ."</div>";
25