OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / top_content_box / include / help / index.php
1 <?php
2 /**
3  * ヘルプリソースファイル
4  * index.php
5  *
6  * PHP versions 5
7  *
8  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
9  *
10  * @package    Magic3 Framework
11  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
12  * @copyright  Copyright 2006-2008 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: index.php 1428 2009-01-10 11:10:54Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 // 直接アクセスの防止
18 defined('M3_SYSTEM') or die('Access error: Direct access denied.');
19
20 global $HELP;
21
22 // ########## トップアクセスコンテンツ一覧 ##########
23 $HELP['title']['title'] = 'タイトル';
24 $HELP['title']['body'] = '一覧のタイトル名です。';
25 $HELP['view_count']['title'] = '表示項目数';
26 $HELP['view_count']['body'] = 'リストの最大表示項目数を設定します。';
27 ?>