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/index.tpl

    r29449 r29453  
    11<div class="titrePage">
    22        <div class="browsePath">
    3                 <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
    43                <h2>{$TITLE}</h2>
    54        </div>
     
    2726        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
    2827</div>
    29 <div id="content" {if !$stripped_responsive.hideMenu}class="menuShown"{/if}>
    30         {$MENUBAR}
     28<div id="content" class="menuShown">
     29    {if !$stripped_responsive.menuOnRight}
     30          {$MENUBAR}
     31    {/if}
    3132        <div id="content_cell">
    3233                {include file='infos_errors.tpl'}
     
    101102                {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}<div class="subcontent">{$PLUGIN_INDEX_CONTENT_AFTER}</div>{/if}
    102103        </div>
     104    {if $stripped_responsive.menuOnRight}
     105          {$MENUBAR}
     106    {/if}
    103107        <div style="clear: both;"></div>
    104108</div>
Note: See TracChangeset for help on using the changeset viewer.