IITC now has a
Google+ page.
Follow this to keep up to date on the latest news.
' Home',
'news' => ' News',
'faq' => ' FAQ',
'desktop' => ' Desktop',
'mobile' => ' Mobile',
'developer' => ' Developers',
'about' => ' About',
);
$page = $_REQUEST['page'];
if ( ! array_key_exists ( $page, $pages ) )
$page = "home";
foreach ( $pages as $key => $name )
{
# before 'desktop', add a nav-header
if ( $key == 'desktop' )
print "";
if ( $key == "home" )
$url = "./";
else
$url = "?page=$key";
print "- $name
\n";
# after 'mobile', add a horizontal seperator
if ( $key == 'mobile' )
print "";
}
?>
This site and the scripts are not officially affiliated with Ingress or Niantic Labs at Google.
Using these scripts is likely to be considered against the Ingress Terms of Service. Any use is at your own risk.