Topic: where is imoved class
hello,
where is the imoved class for the moved icon ?
I made a ubuntu theme and i declare the TE.imoved DIV.icon class for picture but have no icon.
I look in source code of the page and have no imoved class for a moved topic.
for the moment, i made modification in the wiewtopic.php
before
if ($cur_topic['moved_to'] != 0)
$subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
after
if ($cur_topic['moved_to'] != 0){
$subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
$item_status = 'imoved'; }
How do without changing the code php with using the css ?
TR.imoved Div.icon {
background-image : url(icon);
}
my punbb for test: http://babi.homelinux.net/~xarkam/upload