buckeyecomputers Posted January 21, 2006 Posted January 21, 2006 <?php echo HEADING_TITLE; ?> HEADING_TITLE --> can't find it in english.php or filenames.php, how would I change this?
GraphicsGuy Posted January 21, 2006 Posted January 21, 2006 HEADING_TITLE is found in /includes/languages/english/index.php However it is not related to infoboxes. By default it contains the infamous "Let's see what we have here". Infobox headings are defined in /includes/languages/english.php in statements similar to this: define('BOX_HEADING_CATEGORIES', 'Categories'); hth Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
jakeklem Posted February 7, 2006 Posted February 7, 2006 What is the coding that needs changed to make these headings turn into links?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.