Locked
			
	 } ?>
		= $this->TPL['f_name']; ?>
				Topic name
				Author
				Replies
				Last Post
			'."\n";
		$sticky = ($this->TPL['topics_list'][$i]['sticky']) ? 'Sticky: ' : '';
		echo "\t\t\t".''."\n";
		echo "\t\t\t".'
Post #'.$this->TPL['topics_list'][$i]['lastpost_post_id'].': '; if ($this->TPL['topics_list'][$i]['lastpost_user_id'] != null) $lastpost .= ''.$this->colorRank($this->TPL['topics_list'][$i]['lastpost_user_nick'], $this->TPL['topics_list'][$i]['lastpost_user_rank']).''; else $lastpost .= 'Anonymous'; $lastpost .= ''; } else { $lastpost = 'No posts.'; } echo "\t\t\t".'
'."\n";
	}
	?>
		
		
		
		if (count($this->TPL['topics_list']) == 0)
		{
			echo '';
		if ($this->TPL['topics_list'][$i]['user_id'] != null)
			echo ''.$this->colorRank($this->TPL['topics_list'][$i]['user_nick'], $this->TPL['topics_list'][$i]['user_rank']).'';
		else
			echo 'Anonymous';
		echo '
'."\n";
		echo "\t\t\t".''.($this->TPL['topics_list'][$i]['post_count']-1).'
'."\n";
			
		if ($this->TPL['topics_list'][$i]['lastpost_post_id'] != null)
		{
			$lastpost = ' '.$this->TPL['topics_list'][$i]['lastpost_date'].'Post #'.$this->TPL['topics_list'][$i]['lastpost_post_id'].': '; if ($this->TPL['topics_list'][$i]['lastpost_user_id'] != null) $lastpost .= ''.$this->colorRank($this->TPL['topics_list'][$i]['lastpost_user_nick'], $this->TPL['topics_list'][$i]['lastpost_user_rank']).''; else $lastpost .= 'Anonymous'; $lastpost .= ''; } else { $lastpost = 'No posts.'; } echo "\t\t\t".'
'.$lastpost.'
'."\n";
		echo "\t\t".'No topics in this forum.
';
		}
		?>
		if ($this->TPL['forum_info']['locked'] == false) { ?> New Topic } else { ?>
				Locked
			
	 } ?>