lbackmol Posted January 21, 2004 Share Posted January 21, 2004 I get this message: Fatal error: Cannot instantiate non-existent class: contentboxheading in /customers/nisse.se/nisse.se/httpd.www/catalog/admin/includes/languages/Svenska/featured.php on line 42 Line 42 contains this: $num ++; if ($num == 1) { new contentBoxHeading($info_box_contents); } Please HELP!!! :o /Lars Quote Link to comment Share on other sites More sharing options...
Davee Posted January 21, 2004 Share Posted January 21, 2004 In includes/classes/boxes.php add this class contentboxheading extends tableBox { function contentboxheading($contents) { $this->table_data_parameters = 'class="contentboxheading"'; $this->tableBox($contents, true); } } then in stylesheet.css make the class if you haven't already Dave 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.