Delegating theme installation to Orchard.Packaging.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-01 16:42:36 -08:00
parent 48ccf121f8
commit a1543c964f
7 changed files with 26 additions and 19 deletions

View File

@@ -143,6 +143,10 @@ namespace Orchard.Packaging.Controllers {
return RedirectToAction(redirectTo == "Themes" ? "Themes" : "Modules");
}
public ActionResult AddTheme(string returnUrl) {
return View();
}
public ActionResult AddModule(string returnUrl) {
return View();
}