diff options
| author | Sebastian Schmelzer | 2012-01-11 17:54:11 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2012-01-11 17:54:11 +0100 |
| commit | 119ced43c00d8cc40c0f31da25b5829e9d7c0631 (patch) | |
| tree | fa271ef964769a1dbafd1328bbbcde587b954f63 /application/modules/user/layouts/user.phtml | |
| parent | cleanup (diff) | |
| download | pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.gz pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.xz pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.zip | |
add favico
Diffstat (limited to 'application/modules/user/layouts/user.phtml')
| -rw-r--r-- | application/modules/user/layouts/user.phtml | 3 |
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())); |
