- Commenting some RegisterStyle calls so they can be moved to the new Script/Style manager when it becomes available.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-09-16 13:16:32 -07:00
parent 09089301ea
commit 7ab05d9f88
8 changed files with 50 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
@model Orchard.Search.ViewModels.SearchViewModel
@/*
migrate to new resource manager
<% Html.RegisterStyle("search.css"); %>
*/
<h1>@Html.TitleForPage(T("Search").Text)</h1>
@Html.Zone("search")
@if (!string.IsNullOrWhiteSpace(Model.Query)) {