Silverado05 Posted March 13, 2006 Posted March 13, 2006 Hello, I am in the process of installing this contribution when I came across this little error. Here is how it reads small adjustment for admin images here.... open admin/categories.php ---- look for <td class="main"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . $products_image_name, $pInfo->products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT 'align="right" hspace="5" vspace="5"') . $pInfo->products_description; ?></td> </tr> ==== replace with <td class="main"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . $products_image_name, $pInfo->products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT 'align="right" hspace="5" vspace="5"') . $pInfo->products_description; ?></td> </tr> Now I am not all that smart but is their something I am missing here? It is asking me to replace one line with the exact same line. is this corrrect and why? -Thanks Quote Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.