mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-20 19:03:25 +08:00
Delegating theme installation to Orchard.Packaging.
--HG-- branch : dev
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user