Thread
:
No right blocks on the index after applying the 3.1 patch
View Single Post
No right blocks on the index after applying the 3.1 patch
(#
1
(
permalink
))
coldblooded
Super Moderator
Status:
Offline
Posts: 624
Join Date: Jan 2002
Location: USA
No right blocks on the index after applying the 3.1 patch -
12-19-2005, 11:37 PM
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.
coldblooded
View Public Profile
Send a private message to coldblooded
Visit coldblooded's homepage!
Find all posts by coldblooded