OSDN Git Service

管理用SimpleViewList導入
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / links / listview.ctp
1 <?php 
2 /*
3  * Link Plugin for TRPG Databank
4  * 
5  * PHP version 5
6  *
7  * @copyright Copyright 2010, Cake. (http://trpgtools-onweb.sourceforge.jp/)
8  * @category View
9  * @package  plugin for TRPG Data Bank
10  * @version  beta
11  * @author   Cake <cake_67@users.sourceforge.jp>
12  * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
13  * @link     http://trpgtools-onweb.sourceforge.jp/
14  */
15
16 echo $this->element('link_listview', array(
17         'links' => $links,
18         'isAdmin' => false,
19 ));