Hi everyone! I hope someone of u can help me with thiss problem!
Quote:
1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {
I canīt find any "index = 1;" in any of the modules. Wich file should i make the changes?
Many thx
Last edited by sungam on Wed Dec 20, 2006 3:27 pm; edited 1 time in total
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum