My layout has a placeholder for tabs:

<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td align="left" width="1%"><a href="$link.setPage("Index.vm")">
<img src="$ui.image($ui.logo)" border="0"></a></td>
<td align="left" width="1%">
<img height="1" src="$ui.image($ui.spacer)" width="75" border="0"></td>
<td align="left" width="100%" valign="bottom">
$navigation.setTemplate("/tabs-home.vm")</td>
</tr>
</table>

When I'm on the "home" page, I want to show the "tabs-home.vm" template in
this place. When I'm on another page, I want to show the "tabs-other.vm"
template in this place.

Should I be using the navigation feature to do this or is there another
mechanism for this? If the navigation feature is what I should be using, how
do I tell the layout to use a different template for just the tabs
navigation placeholder?

Thanks,
 - Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to