Ignore:
Timestamp:
Aug 9, 2012, 4:19:12 PM (12 years ago)
Author:
mistic100
Message:

better integration in simple and stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/list.tpl

    r16688 r17493  
    1919{/if}
    2020
    21 {if $themeconf.name != "stripped" and $themeconf.parent != "stripped" and $themeconf.name != "simple-grey" and $themeconf.parent != "simple"}
    22   {$MENUBAR}
     21{* <!-- Menubar & titrePage --> *}
     22{if $themeconf.name == "stripped" or $themeconf.parent == "stripped"}
     23  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/stripped.tpl'}
     24  {assign var="clear" value="true"}
     25{elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"}
     26  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/simple.tpl'}
     27  {assign var="clear" value="true"}
    2328{else}
    24   {assign var="intern_menu" value="true"}
     29  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/default.tpl'}
    2530{/if}
    26 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    27 {if $intern_menu}{$MENUBAR}{/if}
    28 
    29 
    30 <div class="titrePage">
    31   <ul class="categoryActions"></ul>
    32   <h2>{$TITLE}</h2>
    33 </div>{* <!-- titrePage --> *}
    3431
    3532{if isset($errors) or not empty($infos)}
     
    9289{/if}
    9390
    94 
     91{if $clear}<div style="clear: both;"></div>{/if}
    9592</div>{* <!-- content --> *}
Note: See TracChangeset for help on using the changeset viewer.