website updates - including a bit mistakenly added to the new dev branch when it should have been here

This commit is contained in:
Jon Atkins 2013-08-29 04:59:15 +01:00
parent 0e0fdfa202
commit 565d877c41

View File

@ -63,11 +63,16 @@ iitcDesktopPluginDownloadTable ( $path );
<h3 id="test-mobile">Mobile test build</h3>
<div class="alert alert-block alert-info">
<b>Note</b>: Test builds have recently been changed so they can be installed alongside the standard IITC builds.
Test builds will be called "IITCm Test" - while the regular release builds remain named "IITC Mobile"
</div>
<?php
include_once ( "code/mobile-download.php" );
$apkfile = "$path/IITC_Mobile-test.apk";
$apkfile = "$path/IITC_Mobile-$path.apk";
if ( file_exists($apkfile) )