diff options
author | Ludovic Pouzenc <lpouzenc@gmail.com> | 2013-10-29 18:42:08 +0100 |
---|---|---|
committer | Ludovic Pouzenc <lpouzenc@gmail.com> | 2013-10-29 18:42:08 +0100 |
commit | c98515883097467896a3f46b755c8cb892fe8961 (patch) | |
tree | be2e4f5450e9bc9cf692e8dfac7c9780eaa7019b /samplefiles/templates/aloha/layout-article.php | |
download | editablesite-c98515883097467896a3f46b755c8cb892fe8961.tar.gz editablesite-c98515883097467896a3f46b755c8cb892fe8961.tar.bz2 editablesite-c98515883097467896a3f46b755c8cb892fe8961.zip |
Import initial avec une arbrescence éclatée
Diffstat (limited to 'samplefiles/templates/aloha/layout-article.php')
-rw-r--r-- | samplefiles/templates/aloha/layout-article.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/samplefiles/templates/aloha/layout-article.php b/samplefiles/templates/aloha/layout-article.php new file mode 100644 index 0000000..86a65a7 --- /dev/null +++ b/samplefiles/templates/aloha/layout-article.php @@ -0,0 +1,15 @@ +<div id="main"> +<!--<div id="tree-div"></div>--> +<h1 id="title"><?=$page_props['page_title']?></h1> +<div id="bodyContent"> + +<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> |