mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Removing test-templates from classic theme
--HG-- branch : dev
This commit is contained in:
@@ -143,10 +143,6 @@
|
||||
<None Include="Themes\TheThemeMachine\Views\Recent.cshtml">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="Themes\Classic\Views\Menu-Main.cshtml">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="Themes\Classic\Views\Zone-Content.cshtml" />
|
||||
<None Include="Themes\TheThemeMachine\Views\Layout-Blog.cshtml" />
|
||||
<None Include="Themes\TheThemeMachine\Views\Featured.cshtml">
|
||||
<SubType>Designer</SubType>
|
||||
|
@@ -1,10 +0,0 @@
|
||||
@{
|
||||
// Model is Model.Menu from the layout (Layout.Menu)
|
||||
var tag = Tag(Model, "ul");
|
||||
}
|
||||
<nav>
|
||||
@tag.StartElement
|
||||
@* see MenuItem shape template *@
|
||||
[@DisplayChildren(Model)]
|
||||
@tag.EndElement
|
||||
</nav>
|
@@ -1,7 +0,0 @@
|
||||
@{
|
||||
Model.Attributes.Add("style", "background:salmon;");
|
||||
var tag = Tag(Model, "div");
|
||||
}
|
||||
@tag.StartElement
|
||||
@DisplayChildren(Model)
|
||||
@tag.EndElement
|
Reference in New Issue
Block a user