]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 7 Feb 2011 15:35:34 +0000 (15:35 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 7 Feb 2011 15:35:34 +0000 (15:35 +0000)
inc/ws/Controlleur/class.ws.url.php
index.php

index e6b1418aa1281af64ecb6d389eba7060d9c67182..907dfe257c8dffd809824c3506a3386661de8a78 100644 (file)
@@ -355,10 +355,6 @@ html{height:100%}' . "\n";
                // $fv = array('base' => WEBROOT . '/fluidbook/books/final/' . $e[0]);\r
                $fv = array();\r
 \r
-               cubePage::swfobject(2);\r
-               cubePage::swfaddress();\r
-               $js[] = $webcompile . 'fluidbook.js';\r
-\r
                $res = '<html>';\r
                $res .= '<head>';\r
                $res .= '<title>' . $book->parametres->title . '</title>';\r
@@ -375,6 +371,8 @@ html{height:100%}' . "\n";
                $res .= '</head>';\r
                $res .= '<body style="background-color:#' . $theme->parametres->loadingBackColor . '" onload="this.focus();">';\r
                $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook', '', 10, '#' . $theme->parametres->loadingBackColor, '', 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always'));\r
+               $js = array($webcompile . 'fluidbook.js');\r
+               $jsvar=array();\r
 \r
                $gacodes = array(GA);\r
                if ($book->parametres->googleAnalytics != '') {\r
index 0f9b8546fc462ee5787c35fa907ab892f7acd56e..8c4e1552ce1d56d7de3a85077132e7a1a09a3e2e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@ $buffer = ob_get_contents();
 ob_clean();\r
 \r
 // $css['IE'] = CSS_PATH . '/ie.css';\r
-echo cubePage::page($buffer, $js, $jsvar, $css, array(), 6,false,$meta,array(),$standard);\r
+echo cubePage::page($buffer, $js, $jsvar, $css, array(), 9,false,$meta,array(),$standard);\r
 fb($core->debug());\r
 \r
 ?>
\ No newline at end of file