X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=dd94e83ff15cc5051423195548e2dd1c131f9c8f;hb=8cd0bc0d71cd02a8f4921836c8a3089ed6a01c01;hp=b52593f3386ef3574826cad1303288e05904aee3;hpb=ecafae6ff2617c995bbcce7710b6a9b87679e50f;p=dylansserver.git diff --git a/index.php b/index.php index b52593f..dd94e83 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,7 @@ abstract class cms { protected $db; protected $recaptcha_publickey; protected $recaptcha_privatekey; + protected $scripts; public $title; public $home_link; @@ -71,17 +72,9 @@ abstract class cms { public function display_head($title = "dylansserver", $home_link = "/") { - $scripts = ""; + $scripts = $this->scripts; $stylesheets = ""; - if (cms::determine_type() == "index") { - $scripts = ""; - $home_link = "http://validator.w3.org/unicorn/check?ucn_uri=dylansserver.com&ucn_task=conformance#"; - } else if ($this->determine_type() == 'note') { - $scripts = ""; - $scripts .= ""; - $scripts .= ""; - $scripts .= ""; - } + $home_link = "http://validator.w3.org/unicorn/check?ucn_uri=dylansserver.com&ucn_task=conformance#"; echo << @@ -140,6 +133,7 @@ END_OF_CLOSE; class index extends cms { public function display() { + $this->scripts = ""; $this->display_head(); $this->display_exhibits(); echo "