openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 82f2f8353e48a7c35c0bb5759d9b408d9f250ccc
parent d109c8243e01a7af1769423cc370963a492b9a67
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 30 Jun 2018 00:42:35 +0200

Titelleiste direkt mit ausgeben.

Diffstat:
modules/cms-ui/themes/default/layout/index.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/cms-ui/themes/default/layout/index.php b/modules/cms-ui/themes/default/layout/index.php @@ -35,6 +35,7 @@ <div id="workbench" class="initial-hidden"> <header class="view" data-action="title" data-method="show"> + <?php echo embedView('title','show'); ?> </header>