  http://underverse.su/
 SVN r483

=====================================================================
        viewforum.php 

   viewforum.php
=====================================================================

	// Gold/Silver releases mod
	$is_gold = '';
	if ($bb_cfg['gold_silver_enabled'] && isset($topic['tor_type']))
	{
		if ($topic['tor_type'] == TOR_TYPE_GOLD)
		{
			$is_gold = '<img src="images/tor_gold.gif" width="16" height="15" title="'.$lang['GOLD'].'" />&nbsp;';
		}
		elseif ($topic['tor_type'] == TOR_TYPE_SILVER)
		{
			$is_gold = '<img src="images/tor_silver.gif" width="16" height="15" title="'.$lang['SILVER'].'" />&nbsp;';
		}
	}
	// END Gold/Silver releases mod


=====================================================================
  
=====================================================================

	// Gold/Silver releases mod
	$is_gold = '';
	if ($bb_cfg['gold_silver_enabled'] && isset($topic['tor_type']))
	{
		if ($topic['tor_type'] == TOR_TYPE_GOLD)
		{
			$is_gold = '<img src="images/tor_gold.gif" width="33" height="16" title="'.$lang['GOLD'].'" />&nbsp;';
		}
		elseif ($topic['tor_type'] == TOR_TYPE_SILVER)
		{
			$is_gold = '<img src="images/tor_silver.gif" width="33" height="16" title="'.$lang['SILVER'].'" />&nbsp;';
		}
	}
	// END Gold/Silver releases mod

=====================================================================
  ,       .