]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5994 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 15:48:27 +0000 (17:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 15:48:27 +0000 (17:48 +0200)
app/Fluidbook/Packager/Online.php

index e2f9d782ca674305891a5cb151bea32afe06e633..c66a348cedb9d0a85c6c5bca1a9d6e57241a182a 100644 (file)
@@ -43,8 +43,8 @@ class Online extends Packager
             $hybrid = file_get_contents($this->resource_path('hybrid.html'));
             $replace = [
                 'titre' => $vars['<!-- $titre -->'],
-                'breakpoint' => $this->book->parametres->mobilefirstBreakpoint . 'px',
-                'bgcolor' => $this->theme->parametres->loadingBackColor,
+                'breakpoint' => $this->book->mobilefirstBreakpoint . 'px',
+                'bgcolor' => $this->theme->loadingBackColor,
                 'description' => $vars['<!-- $description -->'],
                 'twittercard' => $vars['<!-- $twittercard -->'],
                 'opengraph' => $vars['<!-- $opengraph -->'],