Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a favicon
Zoph now displays a "favicon" in the header.

closes #7
  • Loading branch information
jeroenrnl committed Dec 27, 2012
1 parent 6fe0d16 commit 9a9f69b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions php/header.inc.php
Expand Up @@ -38,6 +38,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="css.php">
<link type="image/png" rel="icon" href="<?php echo template::getImage("icons/favicon.png") ?>">
<script type="text/javascript">
var template = "<?php echo conf::get("interface.template"); ?>";
var icons={
Expand Down
1 change: 1 addition & 0 deletions php/templates/default/images/icons/credits.txt
Expand Up @@ -37,6 +37,7 @@ http://creativecommons.org/licenses/by-sa/2.5/
64x64/apps/ktorrent.png tracks.png
64x64/apps/system-users.png groups.png
64x64/apps/userconfig.png users.png
64x64/mimetypes/camera.png favicon.png
64x64/mimetypes/contents2.png pagesets.png
64x64/mimetypes/document.png pages.png
64x64/mimetypes/zip.png archive.png
Expand Down
Binary file added php/templates/default/images/icons/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a9f69b

Please sign in to comment.