OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / picasa / 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-2011 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: index.php 4214 2011-06-22 00:35:29Z 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['content_id']['title'] = 'コンテンツID';
24 $HELP['content_id']['body'] = '表示する汎用コンテンツのIDを「,」区切りで列挙します。コンテンツは並び順に表示されます。';
25 ?>