egroupware/phpgwapi/templates/default/navbar.tpl

16 lines
427 B
Smarty
Raw Normal View History

2000-12-18 21:09:56 +01:00
<!-- BEGIN navbar -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="{navbar_color}">
<td align="left" nowrap>{user_info}</td>
<td align="right">{applications}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">{powered_by}</td>
<td align="right">{current_users}</td>
</tr>
</table>
<center>{messages}</center>
2000-12-18 21:09:56 +01:00
<!-- END navbar -->