OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / wiki_main / include / plugin / hr.inc.php
1 <?php
2 /**
3  * hrプラグイン
4  *
5  * 機能:水平線を表示
6  *
7  * PHP versions 5
8  *
9  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
10  *
11  * @package    Magic3 Framework
12  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
13  * @copyright  Copyright 2006-2008 Magic3 Project.
14  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
15  * @version    SVN: $Id: hr.inc.php 1098 2008-10-22 11:43:09Z fishbone $
16  * @link       http://www.magic3.org
17  */
18 function plugin_hr_convert()
19 {
20         //return '<hr class="short_line" />';
21         return '<hr class="wiki_hr_short" />';
22 }
23 ?>