>>
Site Map
>>
Forums
>>
Themes 7x
Forum module - topics in forum:
Themes 7x - Discussions regarding PHP-Nuke Themes. 7x
Theme change required if using patch 3.1
If using patch 3.1 and you are using a non standard nuke theme you need to make a change within the themes theme.php file in order for right hand blocks to display correctly.
Find
| Code: : |
| if ($index == 1) { |
Change to
| Code: : |
| if (defined('INDEX_FILE')) { |