Commit: f167558ffcd44015a55af6f3263f13c8fde3aabd

Author: gwoo | Date: 2010-01-25 15:16:18 -0800
adding link to plugins index
diff --git a/views/plugins/index.html.php b/views/plugins/index.html.php index 2b095f3..4e1a17f 100644 --- a/views/plugins/index.html.php +++ b/views/plugins/index.html.php @@ -3,8 +3,10 @@ <?php foreach ($latest as $plugin) : - echo "<li>{$plugin->name}</li>"; - + echo '<li>' . $this->Html->link($plugin->name, array( + 'plugin' => 'li3_lab', 'controller' => 'plugins', + 'action' => 'view', 'args' => array($plugin->id) + )) . '</li>'; endforeach; ?>