+ + + + +
+
-
-
+
+
+
+ website->title(); ?>
+ +
+
+
+ page->body(); ?>
+
+
diff --git a/admin.php b/admin.php index 2c5930b..006769d 100644 --- a/admin.php +++ b/admin.php @@ -1,22 +1,27 @@ - -
- + + + - + +| Name | Size | Actions | |||||
|---|---|---|---|---|---|---|---|
| "; - $dirs .= "dir."/".$file."\">"; + $dirs .= "dir."/".$file."\">"; $dirs .= $file; $dirs .= ""; $dirs .= " | "; diff --git a/inc/admingeneral.php b/inc/admingeneral.php index 0c2fc2d..9c9b612 100755 --- a/inc/admingeneral.php +++ b/inc/admingeneral.php @@ -27,7 +27,7 @@ function AdminGeneral($db) { } // build page - $ret = ""; + $ret = " |
| ".htmlentities($page[1])." | "; + $ret .= "".htmlentities($page[1])." | "; // edit-button - $ret .= "EDIT | "; + $ret .= "EDIT | "; // delete-button - $ret .= "DELETE | "; + $ret .= "DELETE | "; $ret .= "
Do you realy want to delete the user "".htmlentities($this->title).""?
\n"; $ret .= ""; - $ret .= "\n"; + $ret .= "| ".htmlentities($user[1])." | "; + $ret .= "".htmlentities($user[1])." | "; // edit-button - $ret .= "EDIT | "; + $ret .= "EDIT | "; // delete-button - $ret .= "DELETE | "; + $ret .= "DELETE | "; $ret .= "