|
preed
|
 |
« on: April 15, 2009, 12:50:13 pm » |
|
i got the store loaded and even added a few products. im using a helios theme so the button didnt load. i did find the script in my default index.template.php and copied it to the index.template.php in my helios theme. it kinda worked. now it says store but its not a button. i created the new button gif but cant figure out how to change the script to use it. right now im showing...
// the [SMF Store] button if ($context['allow_smfstore_view']) echo ($current_action == 'store' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'store' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=store">' , $txt['smfstore_menu'] , '</a> </td>' , $current_action == 'store' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
how do i change it to use my new button instead of the word "Store"?
|