johnnyosc Posted February 17, 2003 Share Posted February 17, 2003 Hello I was on tibetcollection website (osc store) and notice that they got their category header to read the category name instead of just Category. So if I'm in a category name Shampoo then i like the header to read shampoo instead of Category. How would I code that? johnnyosc Link to comment Share on other sites More sharing options...
Guest Posted February 18, 2003 Share Posted February 18, 2003 In Default.php change the following: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> to: <td class="pageHeading"><?php echo $category['categories_name']; ?></td> There are 3 occurances of this do not change the last one after: } else { // default page Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.