View Single Post
Think this is your problem.
Old
  (#3 (permalink))
lunaticthrasher
Junior Member
 
Status: Offline
Posts: 2
Join Date: Sep 2005
Think this is your problem. - 09-09-2005, 11:48 PM

in your theme folder go to theme.php open that and go to footer section and where it says if (index = 1 ) you need to change that to this
if (defined('INDEX_FILE')) {
worked for me on all the themes i have downloaded here.
   
Reply With Quote