Thread: Themes problem
View Single Post
  #14 (permalink)  
Old 04-14-2006, 09:27 PM
Duke's Avatar
Duke Duke is offline
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
http://ravenphpscripts.com/faq-2-.html#39


This is usually the result of your theme not using the latest security feature(s)in the latest patches.



In your theme.php find:

if ($index == 1) {



and change to:

if (defined('INDEX_FILE')) {

Also make sure that your modules have define('INDEX_FILE', true); if you want the right blocks to appear.
__________________


My Daughter Rules!
Reply With Quote