1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Minor gui fixes and notice removal.

This commit is contained in:
Cameron
2013-04-26 21:50:01 -07:00
parent 94a4ba34e6
commit 2f660b8bd0
3 changed files with 5 additions and 5 deletions

View File

@@ -15,5 +15,5 @@
*/
if (!defined('e107_INIT')) { exit; }
echo "parm=".$parm; //FIXME - just for testing only.
// echo "parm=".$parm; //FIXME - just for testing only.
$ns->tablerender(SITEBUTTON_MENU_L1, "<div style='text-align:center'>\n<a href='".SITEURL."'><img src='".(strstr(SITEBUTTON, "http:") ? SITEBUTTON : e_IMAGE_ABS.SITEBUTTON)."' alt='".SITEBUTTON_MENU_L1."' style='border: 0px; width: 88px; height: 31px' /></a>\n</div>", 'sitebutton');