[Openupload-svn-update] SF.net SVN: openupload:[225] trunk/templates/default/index.tpl
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-03 18:48:04
|
Revision: 225
http://openupload.svn.sourceforge.net/openupload/?rev=225&view=rev
Author: tsdogs
Date: 2009-02-03 18:47:57 +0000 (Tue, 03 Feb 2009)
Log Message:
-----------
add charset for IE7 to correctly detect it
add favicon
Modified Paths:
--------------
trunk/templates/default/index.tpl
Modified: trunk/templates/default/index.tpl
===================================================================
--- trunk/templates/default/index.tpl 2009-02-03 18:47:12 UTC (rev 224)
+++ trunk/templates/default/index.tpl 2009-02-03 18:47:57 UTC (rev 225)
@@ -1,6 +1,8 @@
<html>
<head>
<title>{$site.title} - {tr}{$page.title}{/tr}</title>
+<meta http-equiv="Content-Type" content="text/html; charset={$charset}">
+<link rel="SHORTCUT ICON" href="{tpl file=img/openupload.ico}">
<link rel="stylesheet" type="text/css" href="{tpl file=/main.css}">
<script language="javascript" type="text/javascript" src="{tpl file=/js/prototype.js}"></script>
</head>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|