Author Topic: Help please  (Read 4061 times)

Geezer

  • Guest
Help please
« on: October 13, 2006, 09:10:00 pm »
Please help, I cant find this bit of code in techhead themes index.template.php:

Code: [Select]
<file name="$boarddir/Themes/default/index.template.php">
        <operation>
            <search position="before"><![CDATA[
if ($context['current_action'] == 'theme')
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
]]></search>
            <add><![CDATA[
//Begin SMFShop 2.0 (Build 8) MOD code
if ($context['current_action'] == 'shop')
$current_action = 'shop';
//END SMFShop MOD code
]]></add>
        </operation>

I attached index.template code of techhead theme, I presume this is stopping buttons from showing?


Geezer

  • Guest
Re: Help please
« Reply #1 on: October 16, 2006, 06:00:28 am »
you can delete this thread, the nice people at tiny portal helped me