mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding the orchard.ico to the SafeMode theme
--HG-- branch : dev
This commit is contained in:
@@ -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" />
|
||||||
|
BIN
src/Orchard.Web/Themes/SafeMode/Content/orchard.ico
Normal file
BIN
src/Orchard.Web/Themes/SafeMode/Content/orchard.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -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"); %>
|
||||||
|
Reference in New Issue
Block a user