summaryrefslogtreecommitdiffstats
path: root/application/modules/user/layouts/user.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/layouts/user.phtml')
-rw-r--r--application/modules/user/layouts/user.phtml3
1 files changed, 3 insertions, 0 deletions
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()));