2
I'm guessing you are talking about category view..if thats the case:
search for this line in
smartclient_index.html:
<{$client.urllink}><img src='<{$client.image}>' alt='<{$client.title}>' title='<{$client.title}>' />a>
replace
<{$client.urllink}>
with
<a href="<{$xoops_url}>/modules/smartclient/client.php?id=<{$client.id}>" target="_self">
Hope that helps
Everything I'm not made me everything I am
The
Themes