PDA

View Full Version : TABLE MENU ABOVE default adsense in upper middle


Mats Houbaer
08-19-2006, 01:06 PM
Hi

I would like to know how I could implement a horisontell table menue with links to external pages above default adsense code in upper middle.

Regards

/Mats:dance2:

sdawkins
08-19-2006, 02:13 PM
Which template?

Mats Houbaer
08-19-2006, 02:15 PM
Sorry I forgot its green template

:wallbash:

Greg
08-19-2006, 08:43 PM
Try something like this.
Open header.tpl and find: (it's at the very bottom)
<td valign="top">{$breadcrumb}

{$adsense}

and change to:
<td valign="top">

"Put your table menu code here."

{$breadcrumb}

{$adsense}

Mats Houbaer
08-20-2006, 05:20 PM
Thx Greg

Works like a charm

/Mats:forgive: