summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 17:54:11 +0100
committerSebastian Schmelzer2012-01-11 17:54:11 +0100
commit119ced43c00d8cc40c0f31da25b5829e9d7c0631 (patch)
treefa271ef964769a1dbafd1328bbbcde587b954f63 /application
parentcleanup (diff)
downloadpbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.gz
pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.xz
pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.zip
add favico
Diffstat (limited to 'application')
-rw-r--r--application/layouts/default.phtml2
-rw-r--r--application/modules/fbgui/layouts/rz.phtml2
-rw-r--r--application/modules/user/layouts/user.phtml3
3 files changed, 7 insertions, 0 deletions
diff --git a/application/layouts/default.phtml b/application/layouts/default.phtml
index a808047..90217f8 100644
--- a/application/layouts/default.phtml
+++ b/application/layouts/default.phtml
@@ -3,6 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
+<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
+
<?php
$request = Zend_Controller_Front::getInstance()->getRequest();
$this->headTitle()->append(ucwords($request->getControllerName()));
diff --git a/application/modules/fbgui/layouts/rz.phtml b/application/modules/fbgui/layouts/rz.phtml
index cecf38e..82dc5ba 100644
--- a/application/modules/fbgui/layouts/rz.phtml
+++ b/application/modules/fbgui/layouts/rz.phtml
@@ -2,6 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
+
+<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<?php
$request = Zend_Controller_Front::getInstance()->getRequest();
diff --git a/application/modules/user/layouts/user.phtml b/application/modules/user/layouts/user.phtml
index 6e29106..215ef02 100644
--- a/application/modules/user/layouts/user.phtml
+++ b/application/modules/user/layouts/user.phtml
@@ -1,6 +1,9 @@
<?php echo $this->doctype(); ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
+
+<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
+
<?php
$request = Zend_Controller_Front::getInstance()->getRequest();
$this->headTitle()->append(ucwords($request->getControllerName()));