svn: /web/doc-editor/trunk/php/ html.templates.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 21 Jul 2011 10:04:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313509
Log:
use png image for favicon
Changed paths:
U web/doc-editor/trunk/php/html.templates.php
Modified: web/doc-editor/trunk/php/html.templates.php
===================================================================
--- web/doc-editor/trunk/php/html.templates.php 2011-07-21 10:03:47 UTC (rev 313508)
+++ web/doc-editor/trunk/php/html.templates.php 2011-07-21 10:04:33 UTC (rev 313509)
@@ -19,7 +19,7 @@
<title>$title</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="description" content="" />
- <link rel="shortcut icon" href="{$prefix}themes/img/favicon.ico" />
+ <link rel="shortcut icon" href="{$prefix}themes/img/icon_php.png" />
<link type="text/css" rel="stylesheet" href="{$prefix}themes/loading-min.css" />
</head>
<body>