diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-07-07 12:26:01 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-07-07 12:26:01 -0400 |
commit | 1004a174d2523f31605b117925e94182a0538bbe (patch) | |
tree | 2c784d1b1a519727cedda2f56779fc026a731d77 | |
parent | Added linked 'Ingenue' logo using Gimp (diff) | |
download | ingenue-1004a174d2523f31605b117925e94182a0538bbe.tar.gz ingenue-1004a174d2523f31605b117925e94182a0538bbe.tar.bz2 ingenue-1004a174d2523f31605b117925e94182a0538bbe.zip |
Added favicons
-rw-r--r-- | frontend/images/favicon.ico | bin | 0 -> 4382 bytes | |||
-rw-r--r-- | frontend/images/favicon.png | bin | 0 -> 1905 bytes | |||
-rw-r--r-- | frontend/include/header.php | 2 | ||||
-rw-r--r-- | frontend/routing.csv | 1 |
4 files changed, 2 insertions, 1 deletions
diff --git a/frontend/images/favicon.ico b/frontend/images/favicon.ico Binary files differnew file mode 100644 index 0000000..ddbd632 --- /dev/null +++ b/frontend/images/favicon.ico diff --git a/frontend/images/favicon.png b/frontend/images/favicon.png Binary files differnew file mode 100644 index 0000000..fa0c690 --- /dev/null +++ b/frontend/images/favicon.png diff --git a/frontend/include/header.php b/frontend/include/header.php index 310d229..0fa0b3a 100644 --- a/frontend/include/header.php +++ b/frontend/include/header.php @@ -7,7 +7,7 @@ echo xmlheader(); <head> <link rel="stylesheet" type="text/css" href="<?php echo url('style.css'); ?>" /> <link rel="shortcut icon" href="<?php echo url('images/favicon.ico'); ?>" /> -<link rel="icon" href="<?php echo url('images/icon.gif'); ?>" type="image/gif" /> +<link rel="icon" href="<?php echo url('images/favicon.png'); ?>" type="image/gif" /> <title><?php echo ($S['title'] != null?$S['title'].' | ':'').$conf['title']; ?></title> diff --git a/frontend/routing.csv b/frontend/routing.csv index da116a9..1455cf7 100644 --- a/frontend/routing.csv +++ b/frontend/routing.csv @@ -36,6 +36,7 @@ # Pass through ^(js)/([0-9a-zA-Z-_]+\.(js))$ passthrough dir file ext ^(images)/([0-9a-zA-Z-_]+\.(gif|jpg|jpeg|ico|png))$ passthrough dir file ext +(?:.*/)?(favicon.(ico))$ passthrough file ext dir=images # Replace xinha with a directory name to turn it into fairly normal handling like without all this crazy redirecting #^(xinha(?=/)[0-9a-zA-Z-_./]*).(?<=/)([0-9a-zA-Z-_.]+\.([a-zA-Z0-9]+))$ passthrough dir file ext # CSS |