Changeset 11506


Ignore:
Timestamp:
Jun 25, 2011, 3:29:49 PM (13 years ago)
Author:
flop25
Message:

div instead of table

Location:
extensions/stripped/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/index.tpl

    r11090 r11506  
    2424        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
    2525</div>
    26 <table id="content" {if !$stripped.hideMenu}class="menuShown"{/if} cellpadding="0px" cellspacing="0px">
     26<div id="content" {if !$stripped.hideMenu}class="menuShown"{/if} cellpadding="0px" cellspacing="0px">
    2727        {$MENUBAR}
    28         <td id="subcontent">
     28        <div id="subcontent">
    2929                {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    3030                {if isset($chronology.TITLE) }
     
    9292        </div> <!-- subContent -->
    9393        <div style="clear: both;"></div>
    94 </table> <!-- content -->
     94</div> <!-- content -->
  • extensions/stripped/template/menubar.tpl

    r9134 r11506  
    11{if !empty($blocks) }
    2 <td id="menubar_container"><div id="menubar">
     2<div id="menubar_container"><div id="menubar">
    33        {foreach from=$blocks key=id item=block}
    44                {if ( not empty($block->template) or not empty($block->raw_content) )}
     
    1212                {/if}
    1313        {/foreach}
    14 </div></td>
     14</div></div>
    1515{/if}
Note: See TracChangeset for help on using the changeset viewer.