X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=view%2Fpage.php;h=10de5f41ad10a3cd56f0c33474a728590261474f;hb=376af28336870450e1e0f3a818a29fb80c7722b5;hp=2829668558f124a156e031bf630f8087e71b2e1f;hpb=881515b9693cfac8ea4bda6a3f466766bb582430;p=dylansserver.git diff --git a/view/page.php b/view/page.php index 2829668..10de5f4 100644 --- a/view/page.php +++ b/view/page.php @@ -22,8 +22,9 @@ SyntaxHighlighter.all(); } - + + @@ -35,8 +36,25 @@
-
- display_notes() ?> +
+
+ notes as $note) { + echo "
"; + echo "

"; + echo ""; + echo $note['year_posted'] . "/"; + echo $note['month_posted'] . "/"; + echo $note['day_posted'] . "/"; + echo ""; + echo ""; + echo $note['title']; + echo ""; + echo "

"; + echo $note['text']; + } + ?> +