View Single Post
Old
  (#6 (permalink))
coldblooded
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
07-14-2007, 09:34 AM

Backup your theme.php
Open it and search for:
Code:
if ($index == 1) {
Change that line to:
Code:
if (defined('INDEX_FILE')) {


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