[fixed] Missing title in help box in import XML module.
Posted: Sun Aug 17, 2014 5:41 pm
Hi,
there is an error in modules\ModuleManager\templates\admin_installed.tpl file at line 39 :should be
there is an error in modules\ModuleManager\templates\admin_installed.tpl file at line 39 :
Code: Select all
{cms_help title=$mod->Lang('title_mm_importxml') key='help_mm_importxml'}
Code: Select all
{cms_help title=$ModuleManager->Lang('title_mm_importxml') key='help_mm_importxml'}