MikeInToshx
2014-03-16, 02:40 PM
Hey guys,
I got some weird layout in the usercp..
This is what I mean:
[attachment=31207]
There is text where the post icon should be, and it's displayed 2 times.
Cheers.
EDIT:
Nevermind, figured it out <.<
For some reason this code was added 2 times in usercp_latest_threads_threads:
I got some weird layout in the usercp..
This is what I mean:
[attachment=31207]
There is text where the post icon should be, and it's displayed 2 times.
Cheers.
EDIT:
Nevermind, figured it out <.<
For some reason this code was added 2 times in usercp_latest_threads_threads:
<td class="{$bgcolor}" >{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>
<td class="{$bgcolor}" colspan="2">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>