# HG changeset patch # User Nathan Phillip Brink # Date 2010-09-30 20:30:44 # Node ID 42656e88bc442ffbe81e416f85f49ffcd30cf199 # Parent 00282418d2eff56d4182c0b2dbf800c48b039ecc Ask for stricter standards-compliance, add header, and use application/xhtml+xml and XHTML if the browser supports it. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -10,15 +10,14 @@ class page { public $lastJobTable = ''; 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; // Scripts and styles private $headCode = array(); - private $trackingcode = ' - + /* the inclusion of ga.js is augmented in __construct(). */ + private $trackingcode = '