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.

 

Joomla! is Free Software released under the GNU/GPL License.

Copyright 2008 - 2010 Intbyte Enterprise (001919256-X)

        <p style="text-align:center;padding:10px 0;">
            <a href="http://www.joomla.org/" rel="external">Joomla!</a> is Free Software released under the GNU/GPL License.
        </p>