From bc92e5a9bf480ef176836b84adb8768400adcbba Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 22 Mar 2012 19:19:19 -0400 Subject: [PATCH] rm'd more cruft --- cms.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/cms.php b/cms.php index f3902b3..b4790b2 100644 --- a/cms.php +++ b/cms.php @@ -6,7 +6,6 @@ abstract class cms { protected $db; protected $recaptcha_publickey; protected $recaptcha_privatekey; - protected $scripts; public $title; public $home_link; @@ -164,24 +163,6 @@ class page extends cms { public function __construct() { parent::__construct(); $this->page_offset(); - $this->scripts = " - - - - - - "; } private function page_offset() { -- 2.30.2