]> _ Git - cubeextranet.git/commitdiff
wait #4585 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 9 Jul 2021 07:51:19 +0000 (07:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 9 Jul 2021 07:51:19 +0000 (07:51 +0000)
inc/ws/Controlleur/class.ws.flash.php

index cfe33c005ddd048056fc2063f864e4382af4c8ad..e26d4c4149a52b59816e1e063d84726d92a263a1 100644 (file)
@@ -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);