Thread: New Side Box
View Single Post
  #7  
Old 07-16-2009, 02:31 PM
 
royng royng is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 85
 

Default Re: New Side Box

Quote:
Originally Posted by ElegantXMods.com
Hi there,

It's pretty easy - open up skin1/customer/home.tpl and find the line:

Code:
<div id="right-bar">

And place the following code below it - work out exactly where e.g. below the minicart but above the news section for instance.

Code:
{include file="modules/links.tpl"}

Now save home.tpl.

Now, in your skin1/modules folder, create a new file called links.tpl and place the following code inside:

Code:
{capture name=menu} <ul> <li>LINK 1</li> <li>LINK 2</li> <li>LINK 3</li> ... </ul> {/capture} {include file="customer/menu_dialog.tpl" title="Links" content=$smarty.capture.menu}

Change the links to whatever you would like and save.

I am using 4.1.11 and I can't find the line

<div id="right-bar">
__________________
X-Cart DB Version: 4.1.11 GOLD
Reply With Quote