mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
--HG-- branch : dev
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
@model Orchard.Search.ViewModels.SearchViewModel
|
||||
|
||||
@/*
|
||||
migrate to new resource manager
|
||||
<% Html.RegisterStyle("search.css"); %>
|
||||
*/
|
||||
|
||||
@Style.Require("Search");
|
||||
|
||||
<h1>@Html.TitleForPage(T("Search").Text)</h1>
|
||||
@Html.Zone("search")
|
||||
|
Reference in New Issue
Block a user