View Single Post
  #1 (permalink)  
Old 12-19-2005, 10:37 PM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
No right blocks on the index after applying the 3.1 patch
In your theme.php find the Function themefooter() section and replace:

Code:
if ($index == 1) {
with:
Code:
if (defined('INDEX_FILE')) {
__________________
The more we learn... the more we realize how little we actually know.
Reply With Quote