View Single Post
  #6 (permalink)  
Old 07-14-2007, 10:34 AM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
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