filmcell Posted January 5, 2011 Share Posted January 5, 2011 can i change "Categories" and other headings on the page to a picture , the default install looks boring ,I would like to create in photoshop and replace the current view. thanks Link to comment Share on other sites More sharing options...
Guest Posted January 6, 2011 Share Posted January 6, 2011 Which version of osC are you using? If 2.3.1 In catalog/includes/modules/boxes/bm_categories.php find ' <div class="ui-widget-header infoBoxHeading">' . MODULE_BOXES_CATEGORIES_BOX_TITLE . '</div>' . Change to ' <div class="ui-widget-header infoBoxHeading">' . tep_image(DIR_WS_IMAGES . 'your_image_here', MODULE_BOXES_CATEGORIES_BOX_TITLE) . '</div>' . If RC2 or lower In catalog/includes/boxes/categories find $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES); Change to $info_box_contents[] = array('text' => tep_image(DIR_WS_IMAGES . 'your_image_here', BOX_HEADING_CATEGORIES)); Both assume the image is in images directory Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.