idamarco Posted October 25, 2009 Posted October 25, 2009 Hello, I would like to put a little image juste before each box categories. Like this litlle sign before the lettres: How can I do? Sorry for my bad english... ;) Configuration: Vista Service pack 1 OVH OSC=V2.2 RC1 mail @laposte.net Réglé en smpt Contrib: Colissimo
germ Posted October 25, 2009 Posted October 25, 2009 Hello, I would like to put a little image juste before each box categories. Like this litlle sign before the lettres: How can I do? /catalog/includes/boxes/categories.php Change this code: // display category name $categories_string .= $tree[$counter]['name']; to // display category name $categories_string .= tep_image(DIR_WS_IMAGES . 'arrow_green.gif', $tree[$counter]['name'] ); $categories_string .= $tree[$counter]['name']; Use your own image name in place of arrow_green.gif I tried this. It works, no runs no drips no errors. But you should backup the file before making any edits. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
idamarco Posted October 29, 2009 Author Posted October 29, 2009 Hello Germ, Sorry for the delay of my answer, I can not work on my project when I want. Thank you, it works perfectly! Sorry for my bad english... ;) Configuration: Vista Service pack 1 OVH OSC=V2.2 RC1 mail @laposte.net Réglé en smpt Contrib: Colissimo
idamarco Posted October 29, 2009 Author Posted October 29, 2009 EDIT: In fact, I would like to center my image with the text. As you can see, the button is to hight... Howcan I do it? Sorry for my bad english... ;) Configuration: Vista Service pack 1 OVH OSC=V2.2 RC1 mail @laposte.net Réglé en smpt Contrib: Colissimo
Recommended Posts
Archived
This topic is now archived and is closed to further replies.