From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 15:48:27 +0000 (+0200) Subject: wait #5994 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5d25310fad4a352694f1bb6d07ce4a989bac8e7f;p=fluidbook-toolbox.git wait #5994 @0.25 --- diff --git a/app/Fluidbook/Packager/Online.php b/app/Fluidbook/Packager/Online.php index e2f9d782c..c66a348ce 100644 --- a/app/Fluidbook/Packager/Online.php +++ b/app/Fluidbook/Packager/Online.php @@ -43,8 +43,8 @@ class Online extends Packager $hybrid = file_get_contents($this->resource_path('hybrid.html')); $replace = [ 'titre' => $vars[''], - 'breakpoint' => $this->book->parametres->mobilefirstBreakpoint . 'px', - 'bgcolor' => $this->theme->parametres->loadingBackColor, + 'breakpoint' => $this->book->mobilefirstBreakpoint . 'px', + 'bgcolor' => $this->theme->loadingBackColor, 'description' => $vars[''], 'twittercard' => $vars[''], 'opengraph' => $vars[''],