Re: Size & number or right side menus
Steve,
This is the code used to create the guarantee box:
{*
$Id: guarantee.tpl, 2009/07/14
created for guarantee logo in Rt sidebar
*}
{capture name=menu}
<img src="{$ImagesDir}/30_day_money_back.gif" alt="30 Day No Quibble Guarantee" / >
{/capture}
{include file="customer/menu_dialog.tpl" title="Your Guarantee" content=$smarty.capture.menu}
Also, I move the coding in skin1/customer/home.tpl for news
{include file="customer/news.tpl" }
to immediately before the guarantee coding. The "News" menu box does not appear. In Webmaster mode I can see a black line on the top of the guarantee box where news is supposed to be.
I'll admit it, I'm lost. It must be something easy I'm missing.
Thanks for the assist.
Chris
|