This commit has been accessed 601 times via Git panel.
commit 9a29f73f2de3c4e63e9b27e62de171066c4ec06e
tree 29c0e1f45b9d37fa37820138bb5fcba2342e3ca0
parent 689a2ccd022b932a01008474791d702179c1bac1
author Engels Antonio <engels@majcms.org> 1347817506 +0800
committer Engels Antonio <engels@majcms.org> 1347817506 +0800
Add HTML5 DOCTYPE declaration
diff --git a/index.php b/index.php
index d580b1a..1d80217 100644
--- a/index.php
+++ b/index.php
@@ -10,6 +10,8 @@ ob_end_clean();
require_once("core.php");
+echo "<!DOCTYPE html>\n\n";
+
if (file_exists("css.php")) {
$css = file_get_contents("css.php");
@@ -1092,6 +1094,14 @@ if (isset($_SESSION['logged_uid'])) {
echo "<tr><td valign=\"top\" width=\"800\"><div id=\"main\" class=\"main\">";
+ /*
+ echo "<tr>";
+ echo "<td valign=\"top\" width=\"100\">";
+ include("folders.php");
+ echo "</td><td width=\"10\"></td>";
+ echo "<td valign=\"top\" width=\"800\"><div id=\"main\" class=\"main\">";
+ */
+
if (isset($_POST['get']) and !empty($_POST['get'])) {
include("read.php");
}
tree 29c0e1f45b9d37fa37820138bb5fcba2342e3ca0
parent 689a2ccd022b932a01008474791d702179c1bac1
author Engels Antonio <engels@majcms.org> 1347817506 +0800
committer Engels Antonio <engels@majcms.org> 1347817506 +0800
Add HTML5 DOCTYPE declaration
diff --git a/index.php b/index.php
index d580b1a..1d80217 100644
--- a/index.php
+++ b/index.php
@@ -10,6 +10,8 @@ ob_end_clean();
require_once("core.php");
+echo "<!DOCTYPE html>\n\n";
+
if (file_exists("css.php")) {
$css = file_get_contents("css.php");
@@ -1092,6 +1094,14 @@ if (isset($_SESSION['logged_uid'])) {
echo "<tr><td valign=\"top\" width=\"800\"><div id=\"main\" class=\"main\">";
+ /*
+ echo "<tr>";
+ echo "<td valign=\"top\" width=\"100\">";
+ include("folders.php");
+ echo "</td><td width=\"10\"></td>";
+ echo "<td valign=\"top\" width=\"800\"><div id=\"main\" class=\"main\">";
+ */
+
if (isset($_POST['get']) and !empty($_POST['get'])) {
include("read.php");
}