Changeset 27333
- Timestamp:
- Feb 11, 2014, 9:51:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/modus/template/menubar.tpl
r25794 r27333 1 {$COOKIE_PATH = cookie_path()}2 {$MENUBAR_VISIBLE = !isset($smarty.cookies.rvmb) || $smarty.cookies.rvmb|@intval > 0}3 4 1 {* basically a copy of menubar.tpl with manual inclusion of menubar_xxx.tpl *} 5 2 {if !empty($blocks)} 6 <aside id=menubar {if !$MENUBAR_VISIBLE} style="display:none"{/if}>3 <aside id=menubar> 7 4 {foreach from=$blocks key=id item=block}{if ($id!="mbIdentification" && $id!="mbMenu")} 8 5 <dl id={$id}>
Note: See TracChangeset
for help on using the changeset viewer.