diff options
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> |