egroupware/phpgwapi/templates/default/portal_main.tpl

15 lines
372 B
Smarty
Raw Normal View History

2001-01-07 20:53:22 +01:00
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
<tr>
<td align="center">{title}</td>
</tr>
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
<tr>
{output}
</tr>
</table>
</td>
</tr>
</table>