Adding an Orchard ico. Should make this easy to change (site setting?) later.

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-05 02:44:40 -08:00
parent b5a2abb9de
commit 3f609c8ed1
3 changed files with 3 additions and 1 deletions

View File

@@ -231,6 +231,7 @@
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.ManageWrapperPre.ascx" />
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.Manage.ascx" />
<Content Include="Dashboard\Views\Web.config" />
<Content Include="Themes\Content\orchard.ico" />
<Content Include="Themes\Styles\special.css" />
<Content Include="Themes\Views\NotFound.ascx" />
</ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -4,7 +4,8 @@
%><!DOCTYPE html>
<html lang="en" class="static">
<head>
<title><%=Html.Title(Html.SiteName()) %></title><%
<title><%=Html.Title(Html.SiteName()) %></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) 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
Model.Zones.AddRenderPartial("head:before", "HeadPreload", Model);