2 require_once('require/class.Connection.php');
3 require_once('require/class.Spotter.php');
4 require_once('require/class.Language.php');
7 require_once('header.php');
9 <div
class="info column">
11 <p
><?php
echo _("Spotter TV is a interface that shows the latest flights for displays with a resolution of 1920x1080 (1080p). Its <strong>FREE</strong> and no custom hardware is required. Simply plug a modern laptop or computer into any 1080p HDTV and access the link below. Data gets updated in near real-time."); ?
></p
>
12 <div
class="tv-image">
13 <img src
="<?php print $globalURL; ?>/images/about-tv.png" alt
="Spotter TV" title
="Spotter TV" />
15 <div
class="tv-launch">
16 <a href
="<?php print $globalURL; ?>/tv" target
="_blank"><?php
echo _("Launch Spotter TV"); ?
></a
>
20 require_once('footer.php');