From 6998f911ff06856c22d8cb87d9058e3575d95004 Mon Sep 17 00:00:00 2001 From: seek3r Date: Sun, 26 May 2002 07:05:36 +0000 Subject: [PATCH] updated so that the footer finally works properly --- phpgwapi/templates/idsociety/footer.tpl | 3 +-- phpgwapi/templates/idsociety/images/em_bottom.gif | Bin 0 -> 89 bytes phpgwapi/templates/idsociety/images/em_bottom.png | Bin 0 -> 168 bytes phpgwapi/templates/idsociety/navbar.inc.php | 3 ++- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 phpgwapi/templates/idsociety/images/em_bottom.gif create mode 100644 phpgwapi/templates/idsociety/images/em_bottom.png diff --git a/phpgwapi/templates/idsociety/footer.tpl b/phpgwapi/templates/idsociety/footer.tpl index 32db4b1e28..e5d85eb54d 100644 --- a/phpgwapi/templates/idsociety/footer.tpl +++ b/phpgwapi/templates/idsociety/footer.tpl @@ -6,13 +6,12 @@ -
+ {powered}
-

 

diff --git a/phpgwapi/templates/idsociety/images/em_bottom.gif b/phpgwapi/templates/idsociety/images/em_bottom.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a13e8295b65427035fc83860f3cf486b5949642 GIT binary patch literal 89 zcmZ?wbhEHbTSLV0FMhJw4NZvcZ10}y~z sGB7F3>1R9rmVfb_Ew{Qi-`n$>zwMF7v}c{mUY*+3&v4u*hJnEv01qi7WB>pF literal 0 HcmV?d00001 diff --git a/phpgwapi/templates/idsociety/images/em_bottom.png b/phpgwapi/templates/idsociety/images/em_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec069cde559fa5ae3c95b94aad7b40756edaa21 GIT binary patch literal 168 zcmeAS@N?&q;$mQ6;PUiv2?EkQKy1at3?zSA1RMcUEa{HEjtmSN`?>!lvVs%@_=LEw zTD9u`|Nl2`+$b+EUn4DB2oz^b@^*J&=wOxg0CG4BJR*x37`TN%nDNrxx<5cc_7YED zSN2P+QfxYswi_p01_}v#x;TbZ%t`+7|G)j=0`}EmYnd3f1hD+EzrVW%D9zyM>gTe~ HDWM4fOqwv? literal 0 HcmV?d00001 diff --git a/phpgwapi/templates/idsociety/navbar.inc.php b/phpgwapi/templates/idsociety/navbar.inc.php index 27dde82785..6706412f63 100644 --- a/phpgwapi/templates/idsociety/navbar.inc.php +++ b/phpgwapi/templates/idsociety/navbar.inc.php @@ -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'); }