Add form
This commit is contained in:
13
static/views/body.php
Normal file
13
static/views/body.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<body>
|
||||
|
||||
|
||||
<?php
|
||||
if ((isset($this->error)) and ($this->error != "")){
|
||||
echo "<div id=error>";
|
||||
echo $this->error;
|
||||
echo "</div>";
|
||||
}
|
||||
echo "<div id=content>";
|
||||
echo $this->output;
|
||||
echo "</div>";
|
||||
?>
|
Reference in New Issue
Block a user