mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 5fd0d04d50b268d5ced8bca8c4bcddf9a64cd90e
parent 80ca3ca4e1ce6767a2a9ab8694d6ef6fbefdb7df
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 29 Jan 2019 15:09:36 +0100

updated templates and snippets

Diffstat:
Msystem/plugins/install-blog.zip | 0
Msystem/plugins/install-wiki.zip | 0
Dsystem/themes/snippets/content-default.php | 7-------
Msystem/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") ?>