OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / blog_new_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 3432 2010-07-27 09:05:17Z 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['view_count']['title'] = '表示項目数';
24 $HELP['view_count']['body'] = 'リストの最大表示項目数を設定します。';
25 $HELP['use_rss']['title'] = 'RSS配信';
26 $HELP['use_rss']['body'] = 'RSS配信を行うかどうかを設定します。';
27 ?>