|
Joomla AutGen Menu Multiple Instance Fix |
|
Automatically Generated Menu (AutGen Menu) is a Joomla! extension which generates menu from articles according to the? section or category. There's one problem with it though. You can't have more than one instance of it on the same page.?
Here's a fix to have more than one instance of AutGen Menu on the same page. Use "require" instead of "require_once" in mod_autgen_menu.php.
Code:
require (dirname(__FILE__).DS.'template.php');
AutGen Menu can be found here. The install directory name is mod_autgen.
|