openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 73d358fd92ff95e860b34f95f6cabb7d9d62a7dd
parent 0597bafc02f5763a36ce42da484952bf5e22c79b
Author: dankert <devnull@localhost>
Date:   Thu,  9 Oct 2003 23:19:07 +0200

Favicon hinzugefügt

Diffstat:
themes/default/pages/html/frameset.tpl.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/default/pages/html/frameset.tpl.php b/themes/default/pages/html/frameset.tpl.php @@ -3,6 +3,7 @@ <!-- $Id$ --> <head> <title><?php echo $title ?></title> +<link rel="shortcut icon" href="<?php echo $favicon_url ?>"> </head> <frameset rows="20,*" border="0" frameborder="5" framespacing="0" bordercolor="#000000">