OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / default_footer / index.php
1 <?php
2 /**
3  * index.php
4  *
5  * PHP versions 5
6  *
7  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
8  *
9  * @package    Magic3 Framework
10  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
11  * @copyright  Copyright 2006-2007 Magic3 Project.
12  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
13  * @version    SVN: $Id: index.php 2 2007-11-03 04:59:01Z fishbone $
14  * @link       http://www.magic3.org
15  */
16 // 直接アクセスの防止
17 defined('M3_SYSTEM') or die('Access error: Direct access denied.');
18
19 // フッタの表示
20 echo '<div align="center">(C) ' . date("Y") . ' ' . $gEnvManager->getSiteCopyRight() .'</div><div align="center"></div>';
21 echo '<div align="center"><a href="http://www.magic3.org">Magic3 ' . M3_SYSTEM_VERSION . '</a> is licensed under the terms of the GNU General Public License.</div>';
22 ?>