You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
428 B
Smarty
14 lines
428 B
Smarty
12 years ago
|
<h1>Plugins</h1>
|
||
|
|
||
|
<ul class="plugins">
|
||
|
<!-- BEGIN plugins -->
|
||
|
<li data-plugin-id="{plugins.id}">
|
||
|
<h2>{plugins.name}</h2>
|
||
|
<p>{plugins.description}</p>
|
||
|
<p>For more information: <a href="{plugins.url}">{plugins.url}</a></p>
|
||
|
</li>
|
||
|
<!-- END plugins -->
|
||
|
<!-- <li><i class="icon-refresh icon-spin"></i> Loading plugins</li> -->
|
||
|
</ul>
|
||
|
|
||
|
<script type="text/javascript" src="{relative_path}/src/forum/admin/plugins.js"></script>
|