diff --git a/home.php b/home.php index cab1bd6..02df927 100644 --- a/home.php +++ b/home.php @@ -1,7 +1,7 @@
- +
diff --git a/index.php b/index.php index 88cebd4..5a963c7 100644 --- a/index.php +++ b/index.php @@ -178,6 +178,10 @@ $nextpage = 'note'; $title = $_GET['param']; } + else if (isset($_GET['new'])) + { + $nextpage = 'note'; + } ?>