SHANX6336 Posted July 18, 2004 Posted July 18, 2004 Hey everybody, I don't mean to repost an older post, but this is really becoming a problem for me and I really can't find the solution anywhere. I need to know the code necessary so I can make the manufacturer's name show up as the title of a page. For example, if you go to any category, the category's name is shown at the top of the page. When a user clicks on a specific manufacturer to see only products made by a manufacturer, I want it to say the name of the manufacturer in the heading. Here is what the code for a regular header looks like: <?php echo HEADING_TITLE; ?> I know that the code needs to be added to the index.php file, but I just don't know what the code is. Can this be done?
kngrnr Posted July 18, 2004 Posted July 18, 2004 <?php echo HEADING_TITLE; ?> yup it is the correct code but you have to make sure that the HEADING_TITLE is listed in the language file. K Groner
Recommended Posts
Archived
This topic is now archived and is closed to further replies.