luvingmamma:
I didn't see your post Clyde- i changed the name and it worked that way.
What do you mean the define statements, do I change the recycle_defines files? how do I do that.
sorry I am a bundle of questions today :)
open includes/languages/english/extra_definitions/comstock/recycle_defines
you can add a new define statement (such as)
define("WE_RECYCLE', 'Paper Products');
Save the file and upload to your server.
Now open
includes/templates/comstock/sideboxes/tpl_Recycle.php
add the information as indicated by the highlight
$content .= zen_image($template->get_template_dir(IMAGE_RECYCLE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . IMAGE_RECYCLE, IMAGE_RECYCLE_ALT, IMAGE_RECYCLE_WIDTH, IMAGE_RECYCLE_HEIGHT);
$content .= '<br />' . WE_RECYCLE;
Save the file and upload to your server