# HG changeset patch # User Nathan Phillip Brink # Date 2010-09-30 20:40:56 # Node ID f66d93bb874876b1ad1eebf5b8f1b1b7cc1c97e6 # Parent 42656e88bc442ffbe81e416f85f49ffcd30cf199 Make Page->xhtml a private var for normaldotcom. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -11,7 +11,7 @@ class page { private $pageGenTime = 0; private $indexpath = 'http://protofusion.org/SlatePermutate/'; // full url to index for php header redirection /* whether or not to output valid XHTML */ - public $xhtml = FALSE; + private $xhtml = FALSE; // Scripts and styles private $headCode = array(); @@ -54,7 +54,7 @@ class page { $ga_www = 'http://www.'; if ($_SERVER['SERVER_PORT'] != 80) $ga_www = 'https://ssl.'; - $this->trackingcode = '