File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
administrator/templates/atum Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1414use Joomla \CMS \Factory ;
1515use Joomla \CMS \HTML \HTMLHelper ;
1616use Joomla \CMS \Language \Text ;
17+ use Joomla \CMS \Layout \LayoutHelper ;
1718use Joomla \CMS \Uri \Uri ;
1819
1920/** @var \Joomla\CMS\Document\HtmlDocument $this */
8283
8384HTMLHelper::_ ('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 ; ?> ">
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">
You can’t perform that action at this time.
0 commit comments