20.10.2011, 19:37
It's really easy, you don't have to know PHP that much...
You just need to add few lines as it says.
Open the index.template.php of your theme with WordPad or any other text editor and press CTRL + F, then type in:
and than it will find the line that you asked.
Then after that, add this after:
You just need to add few lines as it says.
Open the index.template.php of your theme with WordPad or any other text editor and press CTRL + F, then type in:
Код:
if ($context['current_action'] == 'search2') $current_action = 'search';
Then after that, add this after:
Код:
if ($context['current_action'] == 'community') $current_action = 'community';