From 102c1d66cd020c0d57b20a103b8fda9e20a07814 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 22 Dec 2001 22:47:57 +0000 Subject: [PATCH] Add the icon/shortcut icon from phpgroupware.org --- phpgwapi/templates/default/head.inc.php | 12 +++++++----- phpgwapi/templates/default/head.tpl | 2 ++ phpgwapi/templates/default/images/favicon.ico | Bin 0 -> 3890 bytes phpgwapi/templates/idsociety/head.inc.php | 2 ++ phpgwapi/templates/idsociety/head.tpl | 2 ++ phpgwapi/templates/idsociety/images/favicon.ico | Bin 0 -> 3890 bytes phpgwapi/templates/justweb/head.inc.php | 2 ++ phpgwapi/templates/justweb/head.tpl | 2 ++ phpgwapi/templates/justweb/images/favicon.ico | Bin 0 -> 3890 bytes phpgwapi/templates/verdilak/head.inc.php | 2 ++ phpgwapi/templates/verdilak/head.tpl | 2 ++ phpgwapi/templates/verdilak/images/favicon.ico | Bin 0 -> 3890 bytes 12 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 phpgwapi/templates/default/images/favicon.ico create mode 100644 phpgwapi/templates/idsociety/images/favicon.ico create mode 100644 phpgwapi/templates/justweb/images/favicon.ico create mode 100644 phpgwapi/templates/verdilak/images/favicon.ico diff --git a/phpgwapi/templates/default/head.inc.php b/phpgwapi/templates/default/head.inc.php index 0c6f5e7d3c..a696ba4a25 100644 --- a/phpgwapi/templates/default/head.inc.php +++ b/phpgwapi/templates/default/head.inc.php @@ -32,11 +32,13 @@ $tpl->set_file(array('head' => 'head.tpl')); $var = Array ( - 'charset' => lang('charset'), - 'font_family' => $GLOBALS['phpgw_info']['theme']['font'], - 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'], - 'body_tags' => $bodyheader, - 'app_css' => $app_css + 'img_icon' => PHPGW_IMAGES . '/favicon.ico', + 'img_shortcut' => PHPGW_IMAGES . '/favicon.ico', + 'charset' => lang('charset'), + 'font_family' => $GLOBALS['phpgw_info']['theme']['font'], + 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'], + 'body_tags' => $bodyheader, + 'app_css' => $app_css ); $tpl->set_var($var); $tpl->pfp('out','head'); diff --git a/phpgwapi/templates/default/head.tpl b/phpgwapi/templates/default/head.tpl index 03165bd91f..df4a26e9ca 100644 --- a/phpgwapi/templates/default/head.tpl +++ b/phpgwapi/templates/default/head.tpl @@ -6,6 +6,8 @@ + +