Index: branches/5.0.x/in-news/install.php =================================================================== diff -u -N -r12747 -r12803 --- branches/5.0.x/in-news/install.php (.../install.php) (revision 12747) +++ branches/5.0.x/in-news/install.php (.../install.php) (revision 12803) @@ -1,6 +1,6 @@ createModuleCategory('News', 'News Articles', '/in-news/designs/section', 'in-news/img/menu_articles.gif'); + $category =& $toolkit->createModuleCategory('News', 'News Articles', '#in-news/section_design#', 'in-news/img/menu_articles.gif'); $toolkit->RunSQL('/' . $module_folder . '/install/install_schema.sql'); $toolkit->RunSQL('/' . $module_folder . '/install/install_data.sql', '{NewsCatId}', $category->GetID()); @@ -48,6 +48,6 @@ $toolkit->linkCustomFields($module_folder, 'n', 2); // to create Custom Fields for News $toolkit->linkCustomFields('KERNEL', 'c', 1); // to create ItemTemplate custom field - $toolkit->setModuleItemTemplate($category, 'n', 'in-news/articles/article_detail'); + $toolkit->setModuleItemTemplate($category, 'n', '#in-news/item_design#'); $toolkit->finalizeModuleInstall($module_folder, true); \ No newline at end of file