Changeset 13552


Ignore:
Timestamp:
Mar 14, 2012, 2:38:40 PM (12 years 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
Location:
extensions/simple_themes/simple
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/content.css

    r13549 r13552  
    5757  display: inline;
    5858}
    59 #subcontent h2 {
     59.subcontent h2 {
    6060  margin: 0 0 1em;
    6161}
     
    132132}
    133133
    134 #content form li, #subcontent form li {
     134#content form li, .subcontent form li {
    135135  list-style: none;
    136136  margin: 0.2em 0;
     
    155155
    156156#menubar {
    157   margin: 0;
     157  margin: 0 2em 0 0;
    158158  padding: 0;
    159159  float: left;
  • extensions/simple_themes/simple/template/footer.tpl

    r13549 r13552  
    2222  {/if}
    2323</div> <!-- the_page -->
     24
     25{get_combined_scripts load='footer'}
     26
    2427{if isset($debug.QUERIES_LIST)}
    2528<div id="debug">
  • 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
Note: See TracChangeset for help on using the changeset viewer.