Viewing 6 posts - 1 through 6 (of 6 total)
- AuthorPosts
Hi,
Take the following two steps:
1. Add this code
{hook h="displayOurStores "}
to somewhere in the \themes\panda\templates\cms\stores.tpl.
2. Open up the \modules\steasycontent\steasycontent.php file, search for this line123 => array('id' =>123 , 'name' => 'Footer bottom (Align left)' , 'hook' => 'FooterBottomLeft'),
Add a new line right under it
200 => array('id' =>200 , 'name' => 'Our stores page' , 'hook' => 'OurStores'),
That’s all.
Best regards.
Jonny- AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.