Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
и вас и нас забанят за такую фигню, эт правила форума.....Кто может выслать в личку линк? А то у меня только 8 сообщений, не хотелось бы в пустую говорить ради этого.
sources\classes\class_display.phpИ где ссылки убрать снизу в "Русская версия IP.Board © 2007 IPS, Inc. "?
//-----------------------------------------
// 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.ibresource.ru/' target='_blank' style='color:#000'>Русская версия</a> <a href='http://www.invisionboard.com' target='_blank' style='color:#000'>Invision Power Board</a> (Free Trial)
{$version} © ".date("Y")." <a href='http://www.invisionpower.com'>Invision Power Services, Inc.</a>
<br /><strong>Get your free trial <a href='http://www.invisionboard.com' target='_blank' style='text-decoration:underline;color:#000'>here!</a></strong>
</div>
<!-- / Copyright -->";
}
else
{
$copyright = "<!-- Copyright Information -->
<div align='center' class='copyright'>
<a href='http://www.ibresource.ru/' target='_blank' style='text-decoration:none'>Русская версия</a> <a href='http://www.invisionboard.com' style='text-decoration:none' target='_blank'>IP.Board</a>
{$version} © ".date("Y")." <a href='http://www.invisionpower.com' style='text-decoration:none' target='_blank'>IPS, Inc</a>.
";
if ( $this->ipsclass->vars['ipb_reg_show'] and $this->ipsclass->vars['ipb_reg_name'] )
{
$copyright .= "<div>Licensed to: ". $this->ipsclass->vars['ipb_reg_name']."</div>";
}
$copyright .= "</div>\n\t\t<!-- / Copyright -->";
}