Not sure exactly what's going on here because nav_quick_links.tpl has this url VAR.
<a href="{U_DOWNLOADS_NAV}">{L_DOWNLOADS}</a>
I can't find any switches in ACP or CMS other than: dload.php in
cms_menu.php?mode=menu_item&action=edit&mi_id=17&m_id=1&cat_parent_id=1
And you can't change it there.
But if one uses nav_quick_links.tpl
Then one has to edit the constants
define('CMS_PAGE_DLOAD', 'dload.' . PHP_EXT);
define('CMS_PAGE_DOWNLOADS', 'downloads.' . PHP_EXT);
To:
// define('CMS_PAGE_DLOAD', 'dload.' . PHP_EXT);
define('CMS_PAGE_DLOAD', 'downloads.' . PHP_EXT);
Dunno! what MG has really done or tried to do here.
