<?php
// **************************************************
// THIS FILE GENERATED BY MOVABLE TYPE 
// Manual modifications will be destroyed on rebuild.
// **************************************************

/**
 * SynWorks PHP5 Rapid Application Development Suite
 * 
 * @version 5.0.1
 * @author Ryan J. Froehlich <ryan@synergy-cns.com>
 * @copyright (c) 2006 Synergy CNS, LLC.
 * @link http://www.synergy-cns.com 
 * All Rights Reserved.
 * 
 * @name aboutus.php
 * @package base
 * 
*/

/**
 * Require Statement
 */
//require_once(dirname(__FILE__) . '/core.path.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/core.path.php');
require_once(SITE_ROOT . 'lib/core/class.PageClass.php');

/**
 * Page Class
 *
 * @package base
 */
class Page extends PageClass
{
	
	/**
	 * Initialize Page
	 *
	 * @return void
	 * @access public
	 */
	public function initializePage()
	{
		
		$this->objCore->optAuthentication();
		
	} # End function initializePage
	
	/**
	 * Prepare Display
	 *
	 * @return void
	 * @access public
	 */
	public function prepareDisplay()
	{
		
		$this->strSiteTitleSuffix = "Not Enough Thank-Yous";
		$this->strMode = "news/2016/09/mt-preview-385a2513a43966f20d529e21f8080330112905f2";
		
	} # End function prepareDisplay
	
} # End class Page

/**
 * Run Application Page
 */
$AppCore->runPage();

?>