Quote:
Originally Posted by carpeperdiem
do I want to put the static page menu on ALL pages, or just home page?
|
I think I do.
This is very easy. This will take you 3 minutes...
1. In file,
/skin/txs_xmobile/customer/main/welcome.tpl
FIND:
Code:
<!-- Main Heading Finish -->
CUT/COPY everything below this to a new file. (obviously, you are working on a clone or backups -- common sense, folks)
2. name the new file,
/skin/txs_xmobile/customer/main/collapsible-menus.tpl
and paste the content from #1
3. In file,
/skin/txs_xmobile/customer/content.tpl
FIND:
Code:
{include file="customer/home_main.tpl"}
BELOW, insert:
Code:
{include file="customer/main/collapsible-menus.tpl"}
That's it.
We now have the collapsible menus on all pages, not only home page. I'm gonna play with this and see if my testers like this better.