diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 23:19:40 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 23:19:40 +0200 |
commit | e383c069f1aeba49ea9905f77a51bf663e614b0e (patch) | |
tree | 8164aa9e1fad104997e53c6e261bec991631dbbb /app/Templates/layout.php | |
parent | 8c6df9ef0cea757d25cbbcc6fa7cee86d8739627 (diff) |
Add public view for tasks
Diffstat (limited to 'app/Templates/layout.php')
-rw-r--r-- | app/Templates/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/layout.php b/app/Templates/layout.php index 30a4e091..99382ae1 100644 --- a/app/Templates/layout.php +++ b/app/Templates/layout.php @@ -30,7 +30,7 @@ <?php endif ?> </head> <body> - <?php if (isset($no_layout)): ?> + <?php if (isset($no_layout) && $no_layout): ?> <?= $content_for_layout ?> <?php else: ?> <header> |