Skip to content

Commit

Permalink
Add global area Header Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 25, 2023
1 parent f46f06a commit 10fda37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/worldskills/elements/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

<div class="<?php echo $c->getPageWrapperClass()?>">

<?php
$a = new GlobalArea('Header Notice');
$a->disableControls();
$a->display();
?>

<nav class="navbar navbar-expand-md ws-navbar-main ws-navbar-stripe">
<div class="container">
<?php
Expand Down

0 comments on commit 10fda37

Please sign in to comment.