summaryrefslogtreecommitdiff
path: root/samplefiles/templates/default/layout-article.php
blob: 36e6e6cd31b15ccb0e03ef34b0c8dc11673bf8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
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>