devilgrins Posted February 28, 2007 Share Posted February 28, 2007 does anyone use this conrtibution?? i am getting error: Fatal error: Call to undefined function: canshowbox() in /home/moderate/catalog/admin/includes/header_navigation.php on line 19 even though i have checked that the list of boxes is in header_navigation.. anyone.. please help... Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2007 Share Posted May 7, 2007 I fixed it by changing the array to: $menu_dhtml = MENU_DHTML; $box_files_list = array( array('configuration' , 'configuration.php', BOX_HEADING_CONFIGURATION), array('affiliate' , 'affiliate.php', BOX_HEADING_AFFILIATE), array('articles' , 'articles.php', BOX_HEADING_ARTICLES), array('catalog' , 'catalog.php', BOX_HEADING_CATALOG), array('modules' , 'modules.php' , BOX_HEADING_MODULES), array('customers' , 'customers.php' , BOX_HEADING_CUSTOMERS), array('taxes' , 'taxes.php' , BOX_HEADING_LOCATION_AND_TAXES), array('localization' , 'localization.php' , BOX_HEADING_LOCALIZATION), array('reports' , 'reports.php' , BOX_HEADING_REPORTS), array('tools' , 'tools.php' , BOX_HEADING_TOOLS), array('gv_admin' , 'gv_admin.php' , BOX_HEADING_GV_ADMIN), array('administrator' , 'administrator.php' , BOX_HEADING_ADMINISTRATOR) ); Hope this helps Quote Link to comment Share on other sites More sharing options...
Guest Posted May 13, 2008 Share Posted May 13, 2008 perfect.... :thumbsup: tks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.