Adding the orchard.ico to the SafeMode theme

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-05 16:51:27 -08:00
parent dff90c7725
commit dab326c267
3 changed files with 3 additions and 1 deletions

View File

@@ -205,6 +205,7 @@
<Content Include="Themes\Green\Views\Footer.ascx" /> <Content Include="Themes\Green\Views\Footer.ascx" />
<Content Include="Themes\Green\Views\Layout.ascx" /> <Content Include="Themes\Green\Views\Layout.ascx" />
<Content Include="Themes\Green\Views\ListOfComments.ascx" /> <Content Include="Themes\Green\Views\ListOfComments.ascx" />
<Content Include="Themes\SafeMode\Content\orchard.ico" />
<Content Include="Themes\SafeMode\Styles\images\backgroundHeader.gif" /> <Content Include="Themes\SafeMode\Styles\images\backgroundHeader.gif" />
<Content Include="Themes\SafeMode\Styles\images\backgroundVines.gif" /> <Content Include="Themes\SafeMode\Styles\images\backgroundVines.gif" />
<Content Include="Themes\SafeMode\Styles\images\orchardLogo.gif" /> <Content Include="Themes\SafeMode\Styles\images\orchardLogo.gif" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -4,7 +4,8 @@
%><!DOCTYPE html> %><!DOCTYPE html>
<html lang="en" class="static"> <html lang="en" class="static">
<head> <head>
<title><%=Html.Title() %></title><% <title><%=Html.Title() %></title>
<link rel="shortcut icon" type="image/x-icon" href="<%=ResolveUrl("../Content/orchard.ico") %>" /><%
//todo: (heskew) have resource modules that can be leaned on (like a jQuery module that knows about various CDNs and jQuery's version and min naming schemes) //todo: (heskew) have resource modules that can be leaned on (like a jQuery module that knows about various CDNs and jQuery's version and min naming schemes)
//todo: (heskew) this is an interim solution to inlude jQuery in every page and still allow that to be overriden in some theme by it containing a headScripts partial //todo: (heskew) this is an interim solution to inlude jQuery in every page and still allow that to be overriden in some theme by it containing a headScripts partial
Html.Zone("head", ":metas :styles :scripts"); %> Html.Zone("head", ":metas :styles :scripts"); %>