Quote:
Originally Posted by obaluba2
Did anyone manage to solve why Images werent showing up? I've installed this mod and all seems fine except I cant see the images!
Is the code in question
<td class="ColumnTitles" valign="top"><a title="{$subcat.description}" href="home.php?cat={ $subcat.categoryid }"><img src="{if $subcat.icon_url}{$subcat.icon_url}{else}{$xcart_w eb_dir}/default_image.gif{/if}" alt="" />
anyone have any ideas?
thanks 
|
That is because there is an error in the code, everybody is doing a nice copy and paste without looking at the code as to what it does.
In the code it says: {$xcart_w eb_dir}/default_image.gif{/if}
As many of you can see, there is an ampty space between the w and the eb of the word xcart_web_dir. Get rid of this empty space and it will work fine.