Please make sure you read, understand, and follow Rules and Terms of Service.
0 Members and 1 Guest are viewing this topic.
<table width="90%" border="1" align="center"> <tr> <th width="50%">Plugin Name</th> <th>Actions</th> </tr> <tr> <td colspan="100%">Installed plugins</td> </tr> {foreach from=$plugins item=plugin} <tr> <td valign="top"> {$plugin->title}<br/> <b>Made By:</b>{$plugin->author}<hr/> {$plugin->description} </td> <td valign="top"> <a href="{$URL}admin/plugins.php?act=uninstall&id={$plugin->id}">Uninstall</a> </td> </tr> {/foreach} </table>
Array ( [0] => Array ( [id] => test [title] => Test [version] => 1.0.0 [description] => Test Plugin [author] => booher [uninstall] => [uninstall_note] => [disabled] => 0 ) )