2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

Include option to use proper landing page menu item link #428

Closed 2martens closed 9 years ago

2martens commented 9 years ago

Currently the CustomMenu always uses the route system to generate the correct route to the category or page associated with a menu item. But if a particular menu item is the landing page, the rendered link should not contain any route at all.

Since the Ultimate CMS doesn't have a default controller, this behaviour must be optional, since a DirectoryIndex statement in a .htaccess is required to redirect the browser to the correct landing page. This statement cannot be created by the Ultimate CMS and must be changed to represent the current landing page.