Batters Posted April 8, 2005 Posted April 8, 2005 Hi, just installed the above mod and get the error below on my admin page under categories/products; } else { // create category/product info $heading[] = array('text' => '' . EMPTY_CATEGORY . ''); $contents[] = array('text' => TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS); } break; } if ( (tep_not_null($heading)) && (tep_not_null($contents)) ) { echo ' ' . "\n"; $box = new box; echo $box->infoBox($heading, $contents); echo ' ' . "\n"; // Add neccessary JS for WYSIWYG editor of category image if($action=='edit_category'){ if (HTML_AREA_WYSIWYG_DISABLE != 'Disable'){ echo ' '; } } } Quote
developer_x Posted April 20, 2005 Posted April 20, 2005 (edited) Ian, if you are still getting that problem, let me know. Edited April 20, 2005 by developer_x Quote Irfan,
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.