That section of the menu will be called from the skin1/customer/home.tpl template. Look for the include tag that does this.
Then either side of it add:
{if $login eq ne }
{ include file="THE YELLOW RECTANGLE" }
{/if}
You will see plenty of other examples like this in that template.
|