Файл: upload/index.php
Строк: 39
<?php
include 'settings.php';
require_once('includes/topchart3.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" id="home">
<head>
<?php include 'includes/meta.php' ?>
</head>
<body>
<?php include 'includes/header.php' ?>
<div id="masthead">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center"><i class="fa fa-apple"></i>Apps Charts</h1>
<p class="lead text-center">The easiest way to view Trending Apps for iPhone/iPod & iPad in your Country</p>
</div>
</div>
</div>
<!-- /cont -->
</div>
<div class="container">
<?php include 'ads/ads.php' ?>
<?php
topChart("topfreeapplications", $selectedStoreFront);
?>
<p class="text-center">
<a href="<?php echo $domain;?>/topcharts/" class="btn btn-primary btn-lg">Browse Top iTunes App Charts</a>
</p>
<?php include 'includes/footer.php' ?>
</div>
</body>
</html>