Hi,
Dunno if anyone's raised this issue, no biggie, just thought I'd mention it:
After you set the title for any of the module pages, it comes up wrong, like this:
Code:
Page title - Kooboo CMS.Localize()
Apparently, this is because there's a misplaced bracket in the site.cshtml:
Code:
@ViewBag.Title - @("Kooboo CMS").Localize()
Instead of:
Code:
@ViewBag.Title - @("Kooboo CMS".Localize())
I'm not sure if it has been changed since the version of the ModuleArea I use. Disregard if yes.
Cheers,
Armand