Changes between Version 8 and Version 9 of GenDolTShooter
- Timestamp:
- Feb 8, 2008, 11:57:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolTShooter
v8 v9 55 55 ---- 56 56 57 == Q: I see this error when I open my site: ''Warning: Missing argument 1 for TopMenuDesign(), called in ...templates\tmpl_...\scripts\BxTemplMenu.php on line 45 and defined in ...inc\menu.inc.php on line 250'' ==57 == Q: I see this error when I open my site: ''Warning: Missing argument 1 for !TopMenuDesign(), called in ...templates\tmpl_...\scripts\!BxTemplMenu.php on line 45 and defined in ...inc\menu.inc.php on line 250'' == 58 58 59 59 '''A:''' Templates created for versions under 6.0.0004 will generate this error. But it can be fixed the following way: 60 60 61 1)open '''templates/tmpl_TEMPLATE-NAME/scripts/BxTemplMenu.php'''61 '''1)''' open '''templates/tmpl_TEMPLATE-NAME/scripts/BxTemplMenu.php''' 62 62 63 2)replace63 '''2)''' replace 64 64 {{{ 65 65 $ret .= TopMenuDesign( ... );