gravy679 Posted December 30, 2005 Share Posted December 30, 2005 I would like replace the "What's New Here" text section with an image. Does anyone know where i need to goto modify that part and get rid of the icon that appears on that section in some pages and replace them with different images? Thanks.. Link to comment Share on other sites More sharing options...
jenso Posted December 30, 2005 Share Posted December 30, 2005 I would like replace the "What's New Here" text section with an image. Does anyone know where i need to goto modify that part ... Got to your language files: includes/languages/english.php (or any other language you have) There you find the "define" statements and replace the text with imagestatements example: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', '<img src="images/header_whatsnew.gif">'); the "header_whatsnew.gif" you have to create yourself and it does not have to be a ".gif" - it can be a "jpg", "png" as well. ... and get rid of the icon that appears on that section in some pages and replace them with different images? Thanks.. look in your image folder: .../images/infobox/ Hope it helps Have a Happy New Year Rich Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.