commit 5fd0d04d50b268d5ced8bca8c4bcddf9a64cd90e parent 80ca3ca4e1ce6767a2a9ab8694d6ef6fbefdb7df Author: markseu <mark2011@mayberg.se> Date: Tue, 29 Jan 2019 15:09:36 +0100 updated templates and snippets Diffstat:
| M | system/plugins/install-blog.zip | | | 0 | |
| M | system/plugins/install-wiki.zip | | | 0 | |
| D | system/themes/snippets/content-default.php | | | 7 | ------- |
| M | system/themes/templates/default.html | | | 11 | ++++++++--- |
4 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/system/plugins/install-blog.zip b/system/plugins/install-blog.zip Binary files differ. diff --git a/system/plugins/install-wiki.zip b/system/plugins/install-wiki.zip Binary files differ. diff --git a/system/themes/snippets/content-default.php b/system/themes/snippets/content-default.php @@ -1,7 +0,0 @@ -<div class="content"> -<?php $yellow->snippet("sidebar") ?> -<div class="main" role="main"> -<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1> -<?php echo $yellow->page->getContent() ?> -</div> -</div> diff --git a/system/themes/templates/default.html b/system/themes/templates/default.html @@ -1,3 +1,9 @@ <?php $yellow->snippet("header") ?> -<?php $yellow->snippet("content-default") ?> -<?php $yellow->snippet("footer") ?> -\ No newline at end of file +<div class="content"> +<?php $yellow->snippet("sidebar") ?> +<div class="main" role="main"> +<h1><?php echo $yellow->page->getHtml("titleContent") ?></h1> +<?php echo $yellow->page->getContent() ?> +</div> +</div> +<?php $yellow->snippet("footer") ?>