$manifestType = isset($collection->settings['offline']) ? 'Offline' : 'Online';
$phonegap->setManifest(WS_COMPILE_ASSETS . '/_html5app/_android/AndroidManifest' . $manifestType . '.xml');
$phonegap->setMain(WS_COMPILE_ASSETS . '/_html5app/_android/Main' . $manifestType . '.java');
- $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 'iquique', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322, SSH_KEY);
+ $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 's77vpo*wu', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322, SSH_KEY);
$phonegap->setSourceVariables(array('background' => '0xff' . $collection->settings['couleurD'],
'orientation' => $collection->settings['orientation'])
);
$bgcolor = $this->theme->parametres->loadingBackColor;
-
// Google analytics
$ga = '';
if ($this->book->parametres->googleAnalytics != '') {
}
$sheets = array_merge($sheets, $this->pluginCSS);
-
$style = array();
foreach ($sheets as $sheet) {
$style[] = '<link type="text/css" rel="stylesheet" media="screen" href="' . $sheet . '">';
$iscript.='</script>' . "\n";
}
-
$script = '';
$script .= '<script type="text/javascript" charset="utf-8" src="data/datas.js"></script>' . "\n";
$script .= '<script type="text/javascript" charset="utf-8" src="data/fluidbook.js"></script>' . "\n";