Skip to content

Commit 7096bd3

Browse files
authored
feat. add maintenance title
1 parent c02b94c commit 7096bd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Controller/MaintenanceController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class MaintenanceController extends AppController
77

88
public function index($url = "")
99
{
10+
$this->set('title_for_layout', $this->Lang->get('MAINTENANCE__TITLE'));
1011
$this->loadModel("Maintenance");
1112

1213
if ($this->Permissions->can("BYPASS_MAINTENANCE") || !$this->Maintenance->checkMaintenance("/" . $url))

0 commit comments

Comments
 (0)