Thread: Themes problem
View Single Post
  #6 (permalink)  
Old 03-03-2006, 08:03 AM
myrtletrees myrtletrees is offline
Junior Member
 
Join Date: May 2005
Posts: 242
In Themes:
themes/ICGstation/theme.php
Find all instances of:
Code:
if ($index == 1) {
replace with:
Code:
if (defined('INDEX_FILE')) {
Reply With Quote