mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
updated so that the footer finally works properly
This commit is contained in:
parent
f54cf5cb0e
commit
6998f911ff
@ -6,13 +6,12 @@
|
||||
<!-- BEGIN B_powered_bottom -->
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td align="center" bgcolor="{power_backcolor}">
|
||||
<td align="center" background="{em_bottom_img}">
|
||||
<font color="{power_textcolor}">{powered}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END B_powered_bottom -->
|
||||
<p> </p>
|
||||
</BODY>
|
||||
<!-- END footer -->
|
||||
</HTML>
|
||||
|
BIN
phpgwapi/templates/idsociety/images/em_bottom.gif
Normal file
BIN
phpgwapi/templates/idsociety/images/em_bottom.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 B |
BIN
phpgwapi/templates/idsociety/images/em_bottom.png
Normal file
BIN
phpgwapi/templates/idsociety/images/em_bottom.png
Normal file
Binary file not shown.
@ -228,7 +228,8 @@
|
||||
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
|
||||
// 'version' => $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
|
||||
);
|
||||
$var['em_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','em');
|
||||
$var['top_spacer_middle_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','top_spacer_middle');
|
||||
$var['em_bottom_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','em_bottom');
|
||||
$tpl->set_var($var);
|
||||
$tpl->parse('V_powered_bottom','B_powered_bottom');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user