diff --git a/simplog.php b/simplog.php index f3600f4..9c69f42 100644 --- a/simplog.php +++ b/simplog.php @@ -3,6 +3,8 @@ // Include config file and other include-files require "includes/config.php"; require "includes/dbconnect.php"; +require "includes/htmlcode.php"; +start_html("Simplog"); // Divide the posts into pages, N number of posts on every page if (isset($_GET['page'])) @@ -44,5 +46,5 @@ for ($i=1; $i<=$total_posts; $i++) // Close MySQL link require "includes/dbclose.php"; - +end_html(); ?> diff --git a/user/index.php b/user/index.php index 14877eb..2f4515f 100644 --- a/user/index.php +++ b/user/index.php @@ -11,6 +11,9 @@ include "../includes/login.inc";

Edit existing post

+

+Logout +

+ +

+You have been logged out succesfully!
+Return to simplog +

+ +