mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Add the icon/shortcut icon from phpgroupware.org
This commit is contained in:
parent
7ba873f2c2
commit
102c1d66cd
@ -32,11 +32,13 @@
|
|||||||
$tpl->set_file(array('head' => 'head.tpl'));
|
$tpl->set_file(array('head' => 'head.tpl'));
|
||||||
|
|
||||||
$var = Array (
|
$var = Array (
|
||||||
'charset' => lang('charset'),
|
'img_icon' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
'img_shortcut' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
'charset' => lang('charset'),
|
||||||
'body_tags' => $bodyheader,
|
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
||||||
'app_css' => $app_css
|
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
||||||
|
'body_tags' => $bodyheader,
|
||||||
|
'app_css' => $app_css
|
||||||
);
|
);
|
||||||
$tpl->set_var($var);
|
$tpl->set_var($var);
|
||||||
$tpl->pfp('out','head');
|
$tpl->pfp('out','head');
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
||||||
<META NAME="description" CONTENT="phpGroupWare">
|
<META NAME="description" CONTENT="phpGroupWare">
|
||||||
<META NAME="keywords" CONTENT="phpGroupWare">
|
<META NAME="keywords" CONTENT="phpGroupWare">
|
||||||
|
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||||
|
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||||
<STYLE type="text/css">
|
<STYLE type="text/css">
|
||||||
<!--
|
<!--
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
|
BIN
phpgwapi/templates/default/images/favicon.ico
Normal file
BIN
phpgwapi/templates/default/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -101,6 +101,8 @@
|
|||||||
$tpl->set_unknowns('remove');
|
$tpl->set_unknowns('remove');
|
||||||
$tpl->set_file(array('head' => 'head.tpl'));
|
$tpl->set_file(array('head' => 'head.tpl'));
|
||||||
$var = Array (
|
$var = Array (
|
||||||
|
'img_icon' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
|
'img_shortcut' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
'charset' => lang('charset'),
|
'charset' => lang('charset'),
|
||||||
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
||||||
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
||||||
<META NAME="description" CONTENT="phpGroupWare">
|
<META NAME="description" CONTENT="phpGroupWare">
|
||||||
<META NAME="keywords" CONTENT="phpGroupWare">
|
<META NAME="keywords" CONTENT="phpGroupWare">
|
||||||
|
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||||
|
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||||
<STYLE type="text/css">
|
<STYLE type="text/css">
|
||||||
<!--
|
<!--
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
|
BIN
phpgwapi/templates/idsociety/images/favicon.ico
Normal file
BIN
phpgwapi/templates/idsociety/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -32,6 +32,8 @@
|
|||||||
$tpl->set_file(array('head' => 'head.tpl'));
|
$tpl->set_file(array('head' => 'head.tpl'));
|
||||||
|
|
||||||
$var = Array (
|
$var = Array (
|
||||||
|
'img_icon' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
|
'img_shortcut' => PHPGW_IMAGES . '/favicon.ico',
|
||||||
'webserver_url' => $GLOBALS['phpgw_info']['server']['webserver_url'],
|
'webserver_url' => $GLOBALS['phpgw_info']['server']['webserver_url'],
|
||||||
'home' => $GLOBALS['phpgw']->link('/index.php'),
|
'home' => $GLOBALS['phpgw']->link('/index.php'),
|
||||||
'appt' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
|
'appt' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
||||||
<META NAME="description" CONTENT="phpGroupWare">
|
<META NAME="description" CONTENT="phpGroupWare">
|
||||||
<META NAME="keywords" CONTENT="phpGroupWare">
|
<META NAME="keywords" CONTENT="phpGroupWare">
|
||||||
|
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||||
|
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||||
<STYLE type="text/css">
|
<STYLE type="text/css">
|
||||||
<!--
|
<!--
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
|
BIN
phpgwapi/templates/justweb/images/favicon.ico
Normal file
BIN
phpgwapi/templates/justweb/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -34,6 +34,8 @@
|
|||||||
$tpl->set_unknowns('remove');
|
$tpl->set_unknowns('remove');
|
||||||
$tpl->set_file(array('head' => 'head.tpl'));
|
$tpl->set_file(array('head' => 'head.tpl'));
|
||||||
$var = Array (
|
$var = Array (
|
||||||
|
'img_icon' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||||
|
'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico',
|
||||||
'charset' => lang('charset'),
|
'charset' => lang('charset'),
|
||||||
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
'font_family' => $GLOBALS['phpgw_info']['theme']['font'],
|
||||||
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
'website_title' => $GLOBALS['phpgw_info']['server']['site_title'],
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
|
||||||
<META NAME="description" CONTENT="phpGroupWare">
|
<META NAME="description" CONTENT="phpGroupWare">
|
||||||
<META NAME="keywords" CONTENT="phpGroupWare">
|
<META NAME="keywords" CONTENT="phpGroupWare">
|
||||||
|
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||||
|
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||||
<STYLE type="text/css">
|
<STYLE type="text/css">
|
||||||
<!--
|
<!--
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
|
BIN
phpgwapi/templates/verdilak/images/favicon.ico
Normal file
BIN
phpgwapi/templates/verdilak/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue
Block a user