'.$this->TPL['forums_list'][$i]['category_name'].'
					
					
					 ';
			}
			if ($this->TPL['forums_list'][$i]['forum_id'] != null)
			{
				echo '
'."\n";
				echo "\t\t\t".'
							'.$this->TPL['forums_list'][$i]['forum_name'].'
							'.$this->TPL['forums_list'][$i]['forum_desc'].'
'."\n";
				echo "\t\t\t".'
'."\n";
				echo "\t\t\t".'
'."\n";
				echo "\t\t".'
'."\n";
			}
			else
			{
				echo '
No forums in this category.
';
			}
		}
		?>
		 if (count($this->TPL['forums_list']) > 0) echo '