X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=e096a9c0d7ba52a96212c297e2b3265f2ab9ac69;hb=5defe799714e64bea47ba0ceaeac0a5d1a7d4eff;hp=d2715af179784f93d00ba2bcd6eed8f75f451871;hpb=3bcd5a424001a162b418863a3e8552052eb9aa75;p=dylansserver.git diff --git a/index.php b/index.php index d2715af..e096a9c 100644 --- a/index.php +++ b/index.php @@ -93,7 +93,7 @@ abstract class cms { $scripts - +
"; } else { @@ -240,6 +240,24 @@ class page extends cms { public function __construct() { parent::__construct(); $this->page_offset(); + $this->scripts = " + + + + + + "; } private function page_offset() { @@ -325,8 +343,27 @@ class note extends cms { public $number_of_comments; public function __construct() { - if (isset($_GET['comments'])) { $this->scripts = " + + + + + + "; + + if (isset($_GET['comments'])) { + $this->scripts .= " "; }