From: Dylan Lloyd Date: Sun, 27 Mar 2011 20:19:42 +0000 (-0400) Subject: Merge branch 'live' into seo X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=0184d096a76f47acb328c5e01fecf91190dfc5ab;hp=8e2162275207d63fd73a335c9a16f62bf8e40a41;p=dylansserver.git Merge branch 'live' into seo --- diff --git a/index.php b/index.php index b29d629..1eb083b 100644 --- a/index.php +++ b/index.php @@ -276,10 +276,17 @@ class page extends cms { $month_posted = $date_posted[1]; $datetime_posted = explode(' ', $date_posted[2]); $day_posted = $datetime_posted[0]; - echo "
"; - echo "

$year_posted/$month_posted/$day_posted/$title

"; - echo $entry['text']; - echo "
"; + $text = $entry['text']; + echo << +

+ + $year_posted/$month_posted/$day_posted/ + $title +

+ $text + +END_NOTE; } echo ""; $this->write_navigation();