Skip to content

Commit

Permalink
Merge pull request #8 from alexplusde/page-titles-fix
Browse files Browse the repository at this point in the history
Page titles fix
  • Loading branch information
alxndr-w authored Feb 11, 2024
2 parents 541fa73 + 59088a9 commit 19c1696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pages/blaupause.settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

echo rex_view::title(rex_i18n::msg('blaupause_title'));

$addon = rex_addon::get('blaupause');

$form = rex_config_form::factory($addon->getName());
Expand Down
2 changes: 0 additions & 2 deletions pages/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<?php

echo rex_view::title(rex_i18n::msg('blaupause_title'));

rex_be_controller::includeCurrentPageSubPath();

0 comments on commit 19c1696

Please sign in to comment.