hi,
sorry for my bad english.
in "/templates/modules/homepage/slider.htm" is an error.
in line 27 it shows at the moment:
on target fails a "}" at the end of "{ITEM_LINK_TARGET". so the preference "same window" or "new window" has no effect.Code:<div class="view_detail"><a href="{ITEM_LINK}" target="{ITEM_LINK_TARGET" title="Details"></a></div>
the correct line must be:
Code:<div class="view_detail"><a href="{ITEM_LINK}" target="{ITEM_LINK_TARGET}" title="Details"></a></div>
regards



Reply With Quote
Bookmarks