mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-20 19:03:25 +08:00
Load advisory message in dashboard
- Current implementation uses a local file, publish it on orcharproject.net later --HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Web.Mvc;
|
||||
using Orchard.Themes;
|
||||
|
||||
namespace Orchard.Core.Dashboard.Controllers {
|
||||
[Themed(false)]
|
||||
public class HelperController : Controller {
|
||||
|
||||
public ActionResult Index() {
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user