Файл: upload/includes/meta.php
Строк: 127
<?php 
$fl = array
(
    'AR' => 'Argentina',
    'AU' => 'Australia',
    'AT' => 'Austria',
    'BE' => 'Belgium',
    'BR' => 'Brazil',
    'CA' => 'Canada',
    'CL' => 'Chile',
    'CO' => 'Colombia',
    'CR' => 'Costa_Rica',
    'HR' => 'Croatia',
    'CZ' => 'Czech_Republic',
    'DK' => 'Denmark',
    'SV' => 'El_Salvador',
    'FI' => 'Finland',
    'FR' => 'France',
    'DE' => 'Germany',
    'GR' => 'Greece',
    'GT' => 'Guatemala',
    'HK' => 'Hong_Kong',
    'HU' => 'Hungary',
    'IN' => 'India',
    'ID' => 'Indonesia',
    'IE' => 'Ireland',
    'IL' => 'Israel',
    'IT' => 'Italy',
    'JP' => 'Japan',
    'KR' => 'Republic_Of_Korea',
    'KW' => 'Kuwait',
    'LB' => 'Lebanon',
    'LU' => 'Luxembourg',
    'MY' => 'Malaysia',
    'MX' => 'Mexico',
    'NL' => 'Netherlands',
    'NZ' => 'New_Zealand',
    'NO' => 'Norway',
    'PK' => 'Pakistan',
    'PA' => 'Panama',
    'PE' => 'Peru',
    'PH' => 'Philippines',
    'PL' => 'Poland',
    'PT' => 'Portugal',
    'QA' => 'Qatar',
    'RO' => 'Romania',
    'RU' => 'Russia',
    'SA' => 'Saudi_Arabia',
    'SG' => 'Singapore',
    'SK' => 'Slovakia',
    'SI' => 'Slovenia',
    'ZA' => 'South_Africa',
    'ES' => 'Spain',
    'LK' => 'Sri_Lanka',
    'SE' => 'Sweden',
    'CH' => 'Switzerland',
    'TW' => 'Taiwan',
    'TH' => 'Thailand',
    'TR' => 'Turkey',
    'GB' => 'United_Kingdom',
    'US' => 'USA',
    'AE' => 'United_Arab_Emirates',
    'VE' => 'Venezuela',
    'VN' => 'Vietnam'
);
$_SESSION['country'] = $defaultCountry;
if(!isset($_REQUEST['selectedStoreFront'])) $selectedStoreFront = $_SESSION['country'];
$co = $fl[$selectedStoreFront];
if(!empty($itunestitle))
{
    $q = $itunestitle;
}
$seo_title = "Top ".$_REQUEST['limit']." ".$q." Apps in ".$co." App Store";
$seo_keywo = "top ".$_REQUEST['limit']." ".$q." apps, best ".$q." apps, ".$q." app ratings, ".$q." app reviews, download ".$q." app, ".$q." info app";
$seo_descr = "View the top ".$_REQUEST['limit']." ".$q." apps rankings for iphone and ipad, View ".$q." App details, read ".$q." app reviews & ".$q." ratings, ".$q." app screenshots and ".$q." videos";
?>
<meta charset="utf-8"/> 
<title><?php if(!empty($app_charts_h1_title)){echo $app_charts_h1_title." - ";} if(isset($_GET['q']) or isset($chart)) { echo urldecode(str_replace(array('+','_'),' ',$seo_title))." - "; }?><?php if(isset($_GET['itunestitle'])) { echo $itunestitle.' app detail & reviews - '; }?><?php echo $site_title;?> <?php echo $selectedStoreFront;?></title>     
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="title" content="<?php if(isset($_GET['itunestitle'])) { echo str_replace('_', ' ', $itunestitle).' app detail & reviews - '; }?><?php echo $meta_title;?>"/> 
<meta name="description" content="<?php if(isset($q) or isset($chart)): echo $seo_descr; else: echo $meta_description; endif; ?>"/> 
<meta name="keywords" content="<?php if(isset($q) or isset($chart)){echo $seo_keywo;}else{ ?><?php if(isset($_GET['itunestitle'])) { echo $itunestitle.','; }?><?php echo $meta_keywords;?><?php } ?>" />
<link rel="shortcut icon" href="<?php echo $domain;?>/assets/images/icon.png" /> 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link href="<?php echo $domain;?>/assets/css/theme/<?php echo $theme;?>/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<link rel="stylesheet" href="<?php echo $domain;?>/assets/css/styles.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="shortcut icon" href="<?php echo $domain;?>/favicon.ico" />    
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', '<?php echo $googleanalytics;?>', 'auto');
  ga('send', 'pageview');
</script>