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

div instead of table

File:
1 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 -->
Note: See TracChangeset for help on using the changeset viewer.