Bug : titre de page de maintenance non caché
This commit is contained in:
parent
1199a67ed6
commit
f38f7ce547
@ -33,7 +33,9 @@ class maintenance extends common {
|
|||||||
AND $this->getData(['page',$this->getData(['locale','page302'])]) ) {
|
AND $this->getData(['page',$this->getData(['locale','page302'])]) ) {
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'display' => self::DISPLAY_LAYOUT_LIGHT,
|
'display' => self::DISPLAY_LAYOUT_LIGHT,
|
||||||
'title' => $this->getData(['page',$this->getData(['locale','page302']),'title']),
|
'title' => $this->getData(['page',$this->getData(['locale','page302']),'hideTitle'])
|
||||||
|
? ''
|
||||||
|
: $this->getData(['page',$this->getData(['locale','page302']),'title']),
|
||||||
'content' => $this->getdata(['page',$this->getData(['locale','page302']),'content']),
|
'content' => $this->getdata(['page',$this->getData(['locale','page302']),'content']),
|
||||||
'view' => 'index'
|
'view' => 'index'
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user