function render_entry($topic)
{
$topic = $this->parse_data( $topic );//curator
if ( $topic['curator_id'] )
{
$list = unserialize(stripslashes($topic['curator_id']));
$topic['curator']='<br />Куратор темы: '.$this->ipsclass->make_profile_link($list['name'], $list['id']);
}
//curatorне появилась надпись?







Отправлено 24 Февраль 2008 - 20:53




