View Single Post
No right blocks on the index after applying the 3.1 patch
Old
  (#1 (permalink))
coldblooded
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
No right blocks on the index after applying the 3.1 patch - 12-19-2005, 11:37 PM

In your theme.php find the Function themefooter() section and replace:

Code:
if ($index == 1) {
with:
Code:
if (defined('INDEX_FILE')) {


The more we learn... the more we realize how little we actually know.
   
Reply With Quote