From c98515883097467896a3f46b755c8cb892fe8961 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc <lpouzenc@gmail.com> Date: Tue, 29 Oct 2013 18:42:08 +0100 Subject: Import initial avec une arbrescence éclatée MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samplefiles/templates/default/layout-article.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 samplefiles/templates/default/layout-article.php (limited to 'samplefiles/templates/default/layout-article.php') diff --git a/samplefiles/templates/default/layout-article.php b/samplefiles/templates/default/layout-article.php new file mode 100644 index 0000000..36e6e6c --- /dev/null +++ b/samplefiles/templates/default/layout-article.php @@ -0,0 +1,12 @@ +<div id="main"> + <h1 id="title"><?=$page_props['page_title']?></h1> + <div id="body"> + <div id="teaser" class="shorttext"> +<?php include("$page_path/div-teaser.html"); ?> + </div> + + <div id="content" class="article"> +<?php include("$page_path/div-content.html"); ?> + </div> + </div> +</div> -- cgit v1.2.3