X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=b29d6295d37b9e582fff279e77742f409b2911ae;hb=8e2162275207d63fd73a335c9a16f62bf8e40a41;hp=8381c1b505d45ca940673cf55518d21a004cac2d;hpb=99dc53dddd748917bef3d1d7d0ee847c785f6b26;p=dylansserver.git diff --git a/index.php b/index.php index 8381c1b..b29d629 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ abstract class cms { $this->title - + $stylesheets $scripts @@ -277,7 +277,7 @@ class page extends cms { $datetime_posted = explode(' ', $date_posted[2]); $day_posted = $datetime_posted[0]; echo "
"; - echo "

$year_posted/$month_posted/$day_posted/$title

"; + echo "

$year_posted/$month_posted/$day_posted/$title

"; echo $entry['text']; echo "
"; } @@ -288,7 +288,7 @@ class page extends cms { private function write_navigation() { echo ""; } @@ -401,7 +401,7 @@ class note extends cms { private function display_note() { echo << -

$this->year_posted/$this->month_posted/$this->day_posted/$this->title

+

$this->year_posted/$this->month_posted/$this->day_posted/$this->title

$this->text END_OF_NOTE; @@ -411,14 +411,14 @@ END_OF_NOTE; echo << END_OF_NAVIGATION; } @@ -588,9 +588,9 @@ class archive extends cms { $datetime_posted = explode(' ', $date_posted[2]); $day_posted = $datetime_posted[0]; echo "
"; - echo "

"; + echo "

"; echo "$year_posted/$month_posted/$day_posted/"; - echo "$title

"; + echo "
$title

"; echo $entry['text']; echo "
"; } @@ -598,7 +598,7 @@ class archive extends cms { $this->write_navigation(); } else { echo "
"; - echo "

sorry, nothing here

"; + echo "

sorry, nothing here

"; echo "
Empty set (0.00 sec)
"; } $this->display_close(); @@ -607,9 +607,7 @@ class archive extends cms { private function write_navigation() { echo "
"; echo ""; }