OSDN Git Service

DB更新スクリプト更新。
[magic3/magic3.git] / widgets / m / blog / 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-2010 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: index.php 3836 2010-11-17 06:05:07Z 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['config_title']['title'] = 'ブログ設定';
24 $HELP['config_title']['body'] = 'ブログ機能の携帯用の設定を行います。';
25 $HELP['config_view_count']['title'] = '記事表示数';
26 $HELP['config_view_count']['body'] = 'ブログ記事を一覧表示する場合の記事の表示数を設定します。';
27 $HELP['config_view_order']['title'] = '記事表示順';
28 $HELP['config_view_order']['body'] = 'ブログ記事を一覧表示する場合の記事の表示順を設定します。';
29 $HELP['config_title_color']['title'] = 'タイトル背景色';
30 $HELP['config_title_color']['body'] = 'タイトルの背景色を設定します。';
31 ?>