summaryrefslogtreecommitdiff
path: root/demos/activeblog/protected/App_Layouts/MainLayout.php
blob: e307aaed780d9823335c646ba8613ee5a0d5bb9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * MainLayout class file
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.pradosoft.com/
 * @copyright Copyright &copy; 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 <qiang.xue@gmail.com>
 * @link http://www.pradosoft.com/
 * @copyright Copyright &copy; 2006 PradoSoft
 * @license http://www.pradosoft.com/license/
 */
class MainLayout extends TTemplateControl
{
}

?>