mimages Posted November 25, 2003 Share Posted November 25, 2003 I recently asked how I might cause the Category Header to display at the top of the admin/categories.php page (insstead of just 'Categories / Products'). I didn't get any response, but I finally realized that this information displays by default, but in another location. Around line 1015 (in my file), there appears the following line: echo $box->infoBox($heading, $contents); This line apparently echos the contents of the $heading variable, and that's fine, but it's not where I want it to appear. I tried setting the same variables higher up where the code reads <?php echo HEADING_TITLE > I added the $box->infoBox($heading, $contents) This didn't work. No category displays. Any advice? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.