From 665fb5879879a14ad2f5670c28c35f359dc7b6ad Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 9 Jul 2021 07:51:19 +0000 Subject: [PATCH] wait #4585 @0:20 --- inc/ws/Controlleur/class.ws.flash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5