OSDN Git Service

「デフォルトメニュー」ウィジェットにBootstrapテンプレート用の縦型メニュー仕様を追加。
[magic3/magic3.git] / widgets / default_menu / include / template / index_bootstrap.tmpl.html
1 /**
2  * 表示データ作成用テンプレート(patTemplate)
3  *
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
5  *
6  * @package    Magic3 Framework
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
8  * @copyright  Copyright 2006-2014 Magic3 Project.
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
10  * @version    SVN: $Id$
11  * @link       http://www.magic3.org
12  */
13 <patTemplate:tmpl name="_widget">
14 <ul class="nav nav-pills nav-stacked">{MENU_HTML}</ul>
15 </patTemplate:tmpl>