View Single Post
Old
  (#2 (permalink))
Devastatorrrr
Junior Member
 
Status: Offline
Posts: 34
Join Date: Mar 2007
Location: UK
08-24-2007, 07:32 AM

In your theme.php (located in elektro theme folder) find:

Code:
 if ($index == 1) {
and change to:

Code:
 if (defined('INDEX_FILE')) {
Hope this helps.
  Send a message via MSN to Devastatorrrr  
Reply With Quote