[pLog-svn] r4879 - in plog/branches/lifetype-1.2: imgs templates/admin templates/admin/chooser templates/summary
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Sun Feb 25 09:57:50 EST 2007
Author: oscar
Date: 2007-02-25 09:57:50 -0500 (Sun, 25 Feb 2007)
New Revision: 4879
Added:
plog/branches/lifetype-1.2/imgs/favicon.ico
Modified:
plog/branches/lifetype-1.2/templates/admin/chooser/header.template
plog/branches/lifetype-1.2/templates/admin/header.template
plog/branches/lifetype-1.2/templates/admin/simpleheader.template
plog/branches/lifetype-1.2/templates/summary/header.template
Log:
Added a site-wide favicon.ico and modified summary and admin templates to point to it.
Added: plog/branches/lifetype-1.2/imgs/favicon.ico
===================================================================
(Binary files differ)
Property changes on: plog/branches/lifetype-1.2/imgs/favicon.ico
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Modified: plog/branches/lifetype-1.2/templates/admin/chooser/header.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/header.template 2007-02-25 14:53:14 UTC (rev 4878)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/header.template 2007-02-25 14:57:50 UTC (rev 4879)
@@ -5,6 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$locale->getCharset()}"/>
<link rel="stylesheet" href="styles/admin.css" type="text/css" />
+ <link rel="shortcut icon" type="image/x-icon" href="{$url->getUrl("/imgs/favicon.ico")}" />
<title>LifeType Admin</title>
<!-- Yahoo UI Library -->
<script type="text/javascript" src="js/yui/yahoo/yahoo-min.js"></script>
Modified: plog/branches/lifetype-1.2/templates/admin/header.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/header.template 2007-02-25 14:53:14 UTC (rev 4878)
+++ plog/branches/lifetype-1.2/templates/admin/header.template 2007-02-25 14:57:50 UTC (rev 4879)
@@ -13,6 +13,7 @@
<link rel="stylesheet" href="styles/admin.css" type="text/css" media="screen" />
{/if}
<link rel="stylesheet" type="text/css" href="js/yui/container/assets/container.css" />
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getUrl("/imgs/favicon.ico")}" />
<!--[if IE ]>
<link rel="stylesheet" href="styles/admin-ie.css" type="text/css" media="screen" />
<![endif] -->
Modified: plog/branches/lifetype-1.2/templates/admin/simpleheader.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/simpleheader.template 2007-02-25 14:53:14 UTC (rev 4878)
+++ plog/branches/lifetype-1.2/templates/admin/simpleheader.template 2007-02-25 14:57:50 UTC (rev 4879)
@@ -10,6 +10,7 @@
{else}
<link rel="stylesheet" href="styles/admin.css" type="text/css" media="screen" />
{/if}
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getUrl("/imgs/favicon.ico")}" />
<!--[if IE ]>
<link rel="stylesheet" href="styles/admin-ie.css" type="text/css" media="screen" />
<![endif] -->
Modified: plog/branches/lifetype-1.2/templates/summary/header.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/header.template 2007-02-25 14:53:14 UTC (rev 4878)
+++ plog/branches/lifetype-1.2/templates/summary/header.template 2007-02-25 14:57:50 UTC (rev 4879)
@@ -6,7 +6,7 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<style type="text/css" media="screen">@import "styles/summary.css";</style>
<meta name="description" content="{$serviceName}" />
- <link rel="shortcut icon" type="image/x-icon" href="templates/summary/favicon.ico" />
+ <link rel="shortcut icon" type="image/x-icon" href="/imgs/favicon.ico" />
<script type="text/javascript">
var blogLocale = '{$locale->getCharset()|upper}';
// base url where we can find the admin.php script
More information about the pLog-svn
mailing list