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/fbgui/layouts | |
| parent | cleanup (diff) | |
| download | pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.gz pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.tar.xz pbs2-119ced43c00d8cc40c0f31da25b5829e9d7c0631.zip | |
add favico
Diffstat (limited to 'application/modules/fbgui/layouts')
| -rw-r--r-- | application/modules/fbgui/layouts/rz.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
