From: vincent@cubedesigners.com Date: Fri, 9 Jul 2021 07:51:19 +0000 (+0000) Subject: wait #4585 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=665fb5879879a14ad2f5670c28c35f359dc7b6ad;p=cubeextranet.git wait #4585 @0:20 --- diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index cfe33c005..e26d4c414 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -659,7 +659,7 @@ class wsFlash extends cubeFlashGateway $daoTheme = new wsDAOTheme($this->con); $theme = $daoTheme->getThemeOfBook($this->args['book_id'], true); - $specials = array('backgroundImage' => 'background', 'topBar' => 'topbar', 'afterSearch' => 'aftersearch', 'externalArchives' => 'archives'); + $specials = array('backgroundImage' => 'background', 'afterSearch' => 'aftersearch', 'externalArchives' => 'archives'); foreach ($specials as $tparam => $sname) { $this->_addSpecialInfos($book, $theme, $tparam, $sname);