blob: c988ffab2e93422dacbf72887207962e55e6ed23 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php require_once("header.php"); ?>
<div id="content">
<div id="content-edit">
<?php tpl_actionlink('edit');?>
</div>
<?php html_msgarea(); // what is this, exactly??>
<?php tpl_content();?>
</div>
<?php require_once("footer.php");
|