dave_s_b Posted April 9, 2008 Share Posted April 9, 2008 Hi I was wondering of anybody could help, I'm currently trnig to integrate my information pages using the information pages unlimited contribution into the rest of my site. I have eveything almost perfect, everything apart from the page title. The rst of my pages use this code <? tep_draw_heading_top();?> <? new contentBoxHeading_ProdNew($info_box_contents);?> <? tep_draw_heading_top_1();?> This obviously puts the heading into the same heading image that I want it to blend in, However using this on my information page I just see 'HEADING TITLE' on the pages. I believe that this is due to the fact that it is not defined anywhere, and thats where I become stuck. I have tried [code]<? tep_draw_heading_top();?> <? new contentBoxHeading_ProdNew($title);?> <? tep_draw_heading_top_1();?> [/code] as title is defined on the page, and if I don't use the code from the rest of the pages eg <?php echo $title; ?> But this obviously looks out of place. Can somebody help me please. cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.