<?php
class SC_Page {
	var $tpl_main_page;
	function SC_Page() {
		$this->tpl_main_page = '';
	}
}
?>