//-----------------------------------------
// REMOVAL OF THIS WITHOUT PURCHASING COPYRIGHT REMOVAL WILL VIOLATE THE LICENCE YOU AGREED
// TO WHEN DOWNLOADING THIS PRODUCT. THIS COULD MEAN REMOVAL OF YOUR BOARD AND EVEN
// CRIMINAL CHARGES
//-----------------------------------------
$version = ( isset( $this->ipsclass->vars['ipb_display_version'] ) AND $this->ipsclass->vars['ipb_display_version'] != 0 ) ? $this->ipsclass->version : '';
if ($this->ipsclass->vars['ipb_copy_number'] && $this->ipsclass->vars['ips_cp_purchase'])
{
$copyright = "";
}
else if ( TRIAL_VERSION )
{
$copyright = "<!-- Copyright Information -->
<div align='center' style='background-color:#FFF;color:#000;font-size:11px;width:auto;'>
Работает на <a href='http://www.nulled.ru/' style='text-decoration:none' target='_blank'>русской версии</a> <a href='http://www.nulled.ws' target='_blank' style='color:#000'>Invision Power Board</a> (Free Trial)
{$version} © ".date("Y")." <a href='http://www.nulled'>Invision Power Services, Inc.</a>
</div>
<!-- / Copyright -->";
}
else
{
$copyright = "<!-- Copyright Information -->
<div align='center' class='copyright'>
<a href='http://www.nulled.ru/' style='text-decoration:none' target='_blank'>Русская версия</a> <a href='http://www.nulled.ws' style='text-decoration:none' target='_blank'>IP.Board</a>
{$version} © ".date("Y")." <a href='http://www.nulled' style='text-decoration:none' target='_blank'>IPS, Inc</a>.
<br>
<b> <a href='http://www.viphouse.org.ua' style='text-decoration:none' target='_blank'><b>Nulled by davidoff</b></a>
";
if ( $this->ipsclass->vars['ipb_reg_show'] and $this->ipsclass->vars['ipb_reg_name'] )
{
$copyright .= "<div>".$this->ipsclass->lang['licensed_to']. $this->ipsclass->vars['ipb_reg_name']."</div>";
}
$copyright .= "</div>\n\t\t<!-- / Copyright -->";
}