Changeset 27333 for extensions/modus


Ignore:
Timestamp:
Feb 11, 2014, 9:51:05 PM (10 years ago)
Author:
rvelices
Message:

modus cleanup

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 
    41{* basically a copy of menubar.tpl with manual inclusion of menubar_xxx.tpl *}
    52{if !empty($blocks)}
    6 <aside id=menubar{if !$MENUBAR_VISIBLE} style="display:none"{/if}>
     3<aside id=menubar>
    74        {foreach from=$blocks key=id item=block}{if ($id!="mbIdentification" && $id!="mbMenu")}
    85        <dl id={$id}>
Note: See TracChangeset for help on using the changeset viewer.