From 1c8bbda395d74a9428092c440f8d5a4c4252022d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 13 Dec 2013 10:42:42 +0100 Subject: [PATCH] add missing layout --- views/layout.phtml | 92 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 22 deletions(-) diff --git a/views/layout.phtml b/views/layout.phtml index 69c9727..994f7f4 100644 --- a/views/layout.phtml +++ b/views/layout.phtml @@ -1,27 +1,75 @@ - - - <?= $title ?> - - - - - - + + + + <?php if (isset($title)) : ?> + <?= $title ?> - mdref + <?php else: ?> + mdref + <?php endif; ?> + + + + + + + + + + + + + +

Functions:

+ + + +

mdref-v

+ + + +
+ + - +
-
- - - - + + + -- 2.30.2