From: Dylan Lloyd Date: Sat, 26 Mar 2011 07:05:18 +0000 (-0400) Subject: Merge branch 'dev' into live X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=324771372e1f7a0db79f0036efccea14e3716bd5;hp=-c;p=dylansserver.git Merge branch 'dev' into live --- 324771372e1f7a0db79f0036efccea14e3716bd5 diff --combined index.php index c6914b1,b52593f..6883638 --- a/index.php +++ b/index.php @@@ -93,7 -93,7 +93,7 @@@ abstract class cms $this->title - + $stylesheets $scripts @@@ -283,7 -283,7 +283,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 "
"; } @@@ -294,7 -294,7 +294,7 @@@ private function write_navigation() { echo ""; } @@@ -402,7 -402,7 +402,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; @@@ -412,14 -412,14 +412,14 @@@ echo << END_OF_NAVIGATION; } @@@ -589,9 -589,9 +589,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 "
"; } @@@ -599,7 -599,7 +599,7 @@@ $this->write_navigation(); } else { echo "
"; - echo "

sorry, nothing here

"; + echo "

sorry, nothing here

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