Changing the (temporary) Admin URL to some other admin page that I'm not overhauling.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041479
This commit is contained in:
skewed
2009-11-20 01:26:36 +00:00
parent 6d3930d4ce
commit da866aed29

View File

@@ -7,6 +7,6 @@
<li>
<%= Html.ActionLink("About", "About", "Home", new { Area = "" }, new{})%></li>
<li>
<%= Html.ActionLink("Admin", "Index", new{Area="Orchard.CmsPages", Controller="Admin"})%></li>
<%= Html.ActionLink("Admin", "Index", new{Area="Orchard.Media", Controller="Admin"})%></li>
</ul>
</div>