Converted homepage to use SihnonFramework and updated content

This commit is contained in:
2011-12-30 02:41:53 +00:00
parent e1012e034f
commit 28117760a5
67 changed files with 1829 additions and 1468 deletions

View File

@@ -0,0 +1,9 @@
<?php
$main = Homepage_Main::instance();
$req = $main->request();
$this->smarty->assign('requested_page', $req->request_string());
?>