diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-04-11 13:32:04 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-04-11 13:32:04 +0200 |
commit | e0b593c90599009a903d1856555eacf33245005d (patch) | |
tree | 4e45d604030b68b7048d5a3a419ec91f03594ebb /main.php |
Initial commit
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main.php b/main.php new file mode 100755 index 0000000..c988ffa --- /dev/null +++ b/main.php @@ -0,0 +1,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");
\ No newline at end of file |