![]() |
Embedded Pages in Meny
When ever I add any embedded page, it's link reflects in help menu.
I don't want that any embedded page link appear in help menu. I want to show the embedded pages in a new category on our left meny, for example "Other information". Ex: Categories Specials About us Other Information |
copy the help.tpl file and save it as say other_info.tpl
remove the pages code from help.tpl remove the help links from other_info.tpl add a new include command under the one that adds the help.tpl in the home.tpl to include the other_info.tpl file |
Embedded Pages in Meny
Iб╢m not to good at editing tpl files. What You want me to do is the following?
REMOVE the following line from help.tpl Code:
{include file="pages_menu.tpl"} REMOVE the follwoing line from other_info.tpl Code:
<a href="help.php?section=contactus&mode=update" Then You want me to add an include to other_info.tpl under this section? Code:
{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""} That one should read Code:
{include file="customer/other_info.tpl"} Right? |
thats right :wink:
|
All times are GMT -8. The time now is 07:37 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.