View Single Post
Right Blocks not showing On index.php
Old
  (#1 (permalink))
Tag
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jun 2004
Location: NM/USA
Right Blocks not showing On index.php - 07-14-2005, 10:31 PM

upgraded to 7.5 patched and right blocks and footer missing problem only seems to be with the index.php The right blocks are showing up on the other pages, just not the index.

Quote:
$index = 1;
include("header.php");
OpenTable();
if (is_admin($admin)) {
echo "<center><font class=\"\">"._HOMEPROBLEM."</font>

[ <a href=\"admin.php?op=modules\">"._ADDAHOME."</a> ]</center>";
} else {
echo "<center>"._HOMEPROBLEMUSER."</center>";
}
CloseTable();
Help?

you can see it at http://bookwired.com
   
Reply With Quote