mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Adding an Orchard ico. Should make this easy to change (site setting?) later.
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
||||
|
BIN
src/Orchard.Web/Core/Themes/Content/orchard.ico
Normal file
BIN
src/Orchard.Web/Core/Themes/Content/orchard.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@@ -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);
|
||||
|
Reference in New Issue
Block a user