Project

General

Profile

Bug #70609

Updated by Frans Saris over 8 years ago

Now the CMS CMS/Layout scripts are dispatched the @createShortcut()@ call needs to save the @M=@ param to: 

 Old module: 
 * @db_layout.php@ 
 * @mod.php?M=web_list@ 

 New module: 
 * @index.php?M=web_layout@ 
 * @index.php?M=web_list@ 

Back