Re: how to movie login menu to left column on top
make .tpl files for you content
like this..
{* $Id: authbox.tpl,v 1.25.2.1 2007/09/03 06:15:21 max Exp $ *}
{capture name=menu}
Spend over $180 in one order to receive free shipping! <br> <br> Simply enter the coupon code <br><br><strong>bulkbuy</strong> <br> <br> when you check out.
{/capture}
{ include file="menu.tpl" dingbats="dingbats_whateveryouwant.gif" menu_title="Bluk Menu" menu_content=$smarty.capture.menu }
ok change the dingbat name to whatever you want the dingbat name to be. you must have the associated image. also change the menu_title to whatever you want.
up load the new .tpl files to your home.tpl folder.
include the new .tpl filed where ever you want them.
{include file="bulk.tpl"}
That should do it.
__________________
xcart 5.1.2
|