From 9e0fb737a5b60bb738dfd8c7c4a5b90953eea2a7 Mon Sep 17 00:00:00 2001 From: jrags <> Date: Wed, 21 Feb 2007 05:38:16 +0000 Subject: Forgot a few things with activeblog --- .../protected/App_Layouts/MainLayout.php | 24 ++++++++++++++++++++++ .../protected/App_Layouts/MainLayout.tpl | 23 +++++++++++++++++++++ demos/activeblog/protected/App_Pages/Home.page | 12 ++++++++++- demos/activeblog/protected/App_Pages/Home.php | 6 ++++++ demos/activeblog/protected/application.xml | 6 +++--- demos/activeblog/protected/urlmaps.xml | 2 +- 6 files changed, 68 insertions(+), 5 deletions(-) create mode 100644 demos/activeblog/protected/App_Layouts/MainLayout.php create mode 100644 demos/activeblog/protected/App_Layouts/MainLayout.tpl create mode 100644 demos/activeblog/protected/App_Pages/Home.php (limited to 'demos') diff --git a/demos/activeblog/protected/App_Layouts/MainLayout.php b/demos/activeblog/protected/App_Layouts/MainLayout.php new file mode 100644 index 00000000..e307aaed --- /dev/null +++ b/demos/activeblog/protected/App_Layouts/MainLayout.php @@ -0,0 +1,24 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2006 PradoSoft + * @license http://www.pradosoft.com/license/ + * @version $Id: MainLayout.php 1398 2006-09-08 19:31:03Z xue $ + */ + +/** + * MainLayout class + * + * @author Qiang Xue + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2006 PradoSoft + * @license http://www.pradosoft.com/license/ + */ +class MainLayout extends TTemplateControl +{ +} + +?> \ No newline at end of file diff --git a/demos/activeblog/protected/App_Layouts/MainLayout.tpl b/demos/activeblog/protected/App_Layouts/MainLayout.tpl new file mode 100644 index 00000000..2cabbfed --- /dev/null +++ b/demos/activeblog/protected/App_Layouts/MainLayout.tpl @@ -0,0 +1,23 @@ + + + + > + + + + + + + + + + + + +