Ignore:
Timestamp:
Sep 10, 2014, 10:28:54 AM (10 years ago)
Author:
JanisV
Message:

Removed unused elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/notification.tpl

    r29449 r29453  
    66        <div class="browsePath">
    77                <h2>
    8                         {if isset($MENUBAR)}
    9                                 <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
    10                         {/if}
    118                        <a href="{$U_HOME}">{'Home'|@translate}</a>
    129                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
     
    1512</div>
    1613<div id="content">
    17         {if isset($MENUBAR)}{$MENUBAR}{/if}
     14    {if !$stripped_responsive.menuOnRight}
     15          {if isset($MENUBAR)}{$MENUBAR}{/if}
     16    {/if}
    1817        <div id="content_cell">
    1918                <div class="content_block notification">
     
    2524                </div>
    2625        </div>
     26    {if $stripped_responsive.menuOnRight}
     27          {if isset($MENUBAR)}{$MENUBAR}{/if}
     28    {/if}
    2729</div>
Note: See TracChangeset for help on using the changeset viewer.