OSDN Git Service

リンク種類の表示
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / links / admin_delete.ctp
index f9ae7c8..5875794 100644 (file)
@@ -27,6 +27,7 @@ echo $this->Html->css('/links/css/link.css');
 <?php
 echo $this->element('link_view', array(
        'link' => $link,
+       'showType' => true,
        'isDelete' => true,
        'isAdmin' => true,
 ));