[ticket/416] Allow multiple inclusions of main menu
B3P-416
This commit is contained in:
@@ -1,26 +1,28 @@
|
||||
<!-- BEGIN portal_menu -->
|
||||
<!-- IF portal_menu.MODULE_ID eq $MODULE_ID -->
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<!-- BEGIN portalmenu -->
|
||||
<!-- IF $MODULE_ID eq portalmenu.MODULE_ID -->
|
||||
<!-- BEGIN category -->
|
||||
<tr class="row3">
|
||||
<td>
|
||||
<strong>{portalmenu.CAT_TITLE}</strong>
|
||||
<strong>{portal_menu.category.CAT_TITLE}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN links -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<a class="portal-arrow-bullet" href="{portalmenu.links.LINK_URL}" title="{portalmenu.links.LINK_TITLE}" <!-- IF portalmenu.links.NEW_WINDOW -->onclick="window.open('{portalmenu.links.LINK_URL}'); return false;"<!-- ENDIF -->> {portalmenu.links.LINK_TITLE}</a>
|
||||
<a class="portal-arrow-bullet" href="{portal_menu.category.links.LINK_URL}" title="{portal_menu.category.links.LINK_TITLE}" <!-- IF portal_menu.category.links.NEW_WINDOW -->onclick="window.open('{portal_menu.category.links.LINK_URL}'); return false;"<!-- ENDIF -->> {portal_menu.category.links.LINK_TITLE}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END links -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float:left;" class="gensmall"><strong>{L_MENU_NO_LINKS}</strong></span><br />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END portalmenu -->
|
||||
<!-- END category -->
|
||||
</table>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END portal_menu -->
|
||||
|
||||
Reference in New Issue
Block a user