OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / XOOPS25_Basic / modules / tag / language / japanese / config.php
1 <?php\r
2 /**\r
3  * Tag management for XOOPS\r
4  *\r
5  * @copyright   The XOOPS project http://www.xoops.org/\r
6  * @license             http://www.fsf.org/copyleft/gpl.html GNU public license\r
7  * @author              Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>\r
8  * @since               1.00\r
9  * @version             $Id: config.php 2292 2008-10-12 04:53:18Z phppp $\r
10  * @package             tag\r
11  */\r
12 \r
13 if (!defined('XOOPS_ROOT_PATH')) { exit(); }\r
14 \r
15 \r
16 /* \r
17  * Due to the difference of word boundary for different languages, delimiters also depend on languages\r
18  * You need specify all possbile deimiters here, (",", ";", " ", "|") will be taken if no delimiter is set\r
19  *\r
20  * Tips:\r
21  * For English sites, you can set as array(",", ";", " ", "|")\r
22  * For Chinese sites, set as array(",", ";", " ", "|", "」ャ")\r
23  */\r
24 $GLOBALS["tag_delimiter"] = array(",", " ", "|", ";");\r
25 \r
26 ?>