Show
Ignore:
Timestamp:
03/14/12 14:38:40 (15 months ago)
Author:
plg
Message:

import theme Simple version 2.4.1

* new tpl for PWG stuff - thanks to P@t
* subcontent is now a class, to allow several subcontent block inside the content block
* add get_combined_scripts in the footer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/index.tpl

    r13549 r13552  
    1717<div id="content"> 
    1818  {$MENUBAR} 
    19   <div id="subcontent"> 
     19  <div class="subcontent"> 
    2020    {if isset($chronology.TITLE) } 
    2121    <h2>{$chronology.TITLE}</h2> 
     
    6868    {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} 
    6969  </div> <!-- subContent --> 
     70  {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if} 
    7071  <div style="clear: both;"></div> 
    71   {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if} 
    7272</div> <!-- content --> 
    7373