This commit is contained in:
Joas Schilling
2009-12-23 02:06:47 +00:00
parent b4c9470b94
commit 3577caeb9e

View File

@@ -13,6 +13,7 @@
<!-- INCLUDE portal/blocks_top.html --> <!-- INCLUDE portal/blocks_top.html -->
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<!-- sINCLUDE portal/modules_middle_top.html -->
<tr> <tr>
<!-- [+] left module area --> <!-- [+] left module area -->
<td valign="top" style="width: {S_PORTAL_LEFT_COLUMN}px; padding-right:{$BLOCK_DISTANCE};"> <td valign="top" style="width: {S_PORTAL_LEFT_COLUMN}px; padding-right:{$BLOCK_DISTANCE};">
@@ -29,8 +30,6 @@
<!-- [+] center module area --> <!-- [+] center module area -->
<td valign="top"> <td valign="top">
<br style="clear:both" /> <br style="clear:both" />
<!-- sINCLUDE portal/modules_middle_top.html -->
<!-- sINCLUDE portal/modules_middle_bottom.html -->
<!-- IF S_DISPLAY_JUMPBOX --> <!-- IF S_DISPLAY_JUMPBOX -->
<!-- sINCLUDE portal/module/jumpbox.html --> <!-- sINCLUDE portal/module/jumpbox.html -->
<!-- ENDIF --> <!-- ENDIF -->
@@ -48,6 +47,7 @@
</td> </td>
<!-- [-] right module area --> <!-- [-] right module area -->
</tr> </tr>
<!-- sINCLUDE portal/modules_middle_bottom.html -->
</table> </table>
<!-- INCLUDE portal/blocks_bottom.html --> <!-- INCLUDE portal/blocks_bottom.html -->