Skip to content

Commit 411ece7

Browse files
committed
Revert change of login.php
1 parent 0fe5b3c commit 411ece7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

administrator/templates/atum/login.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Joomla\CMS\Factory;
1515
use Joomla\CMS\HTML\HTMLHelper;
1616
use Joomla\CMS\Language\Text;
17+
use Joomla\CMS\Layout\LayoutHelper;
1718
use Joomla\CMS\Uri\Uri;
1819

1920
/** @var \Joomla\CMS\Document\HtmlDocument $this */
@@ -82,6 +83,9 @@
8283

8384
HTMLHelper::_('bootstrap.dropdown');
8485

86+
// @see administrator/templates/atum/html/layouts/status.php
87+
$statusModules = LayoutHelper::render('status', ['modules' => 'status']);
88+
8589
?>
8690
<!DOCTYPE html>
8791
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
@@ -114,6 +118,7 @@
114118
</div>
115119
<jdoc:include type="modules" name="title" />
116120
</div>
121+
<?php echo $statusModules; ?>
117122
</header>
118123

119124
<div id="wrapper" class="wrapper flex-grow-1">

0 commit comments

Comments
 (0)