Hello.
At my forum Bookmarks not showing , which templet should i need to check ?
i have this code in Show Thread Boohmark templete.
PHP Code:
<li class="smallfont" style="width:25%; min-width:160px; float:$stylevar[left]; margin-top:$stylevar[cellpadding]px">
<if condition="$bookmarksite['iconpath']">
<a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" alt="<phrase 1="$bookmarksite[title]">$vbphrase[submit_thread_to_x]</phrase>" class="inlineimg" /></a>
</if>
<a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a>
</li>
Images are already uploaded in /style/misc/ directory so may be there is problem with templet ,
can some guide me please?
Thanks