From: vincent@cubedesigners.com Date: Mon, 7 Feb 2011 15:35:34 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dc6b071da90a965e088f702faa6d8ac7f7758848;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index e6b1418aa..907dfe257 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -355,10 +355,6 @@ html{height:100%}' . "\n"; // $fv = array('base' => WEBROOT . '/fluidbook/books/final/' . $e[0]); $fv = array(); - cubePage::swfobject(2); - cubePage::swfaddress(); - $js[] = $webcompile . 'fluidbook.js'; - $res = ''; $res .= ''; $res .= '' . $book->parametres->title . ''; @@ -375,6 +371,8 @@ html{height:100%}' . "\n"; $res .= ''; $res .= ''; $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook', '', 10, '#' . $theme->parametres->loadingBackColor, '', 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always')); + $js = array($webcompile . 'fluidbook.js'); + $jsvar=array(); $gacodes = array(GA); if ($book->parametres->googleAnalytics != '') { diff --git a/index.php b/index.php index 0f9b8546f..8c4e1552c 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ $buffer = ob_get_contents(); ob_clean(); // $css['IE'] = CSS_PATH . '/ie.css'; -echo cubePage::page($buffer, $js, $jsvar, $css, array(), 6,false,$meta,array(),$standard); +echo cubePage::page($buffer, $js, $jsvar, $css, array(), 9,false,$meta,array(),$standard); fb($core->debug()); ?> \ No newline at end of file