Zen Follower
- Join Date:
- Feb 2005
- Posts:
- 199
- Plugin Contributions:
- 0
Replacing Links with Images
If I wanted to remove the text "Category", "Information" etc...
My understanding is that I need to go to /languages/english.php and change this line:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Categories');
to:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', '<img src="../images/categories.gif">');
I tried that but it just shows my image as broken. I am using the latest version of zen, classic, override system... my image is uploaded under my override folder under images...
I had another question:
Do I also need to copy the folder "languages" and add it to my template folder to use the override system????
Thanks in advance!