config/module: remove unused show.phtml

I see no reference to this file, byebye.
This commit is contained in:
Thomas Gelf 2014-05-26 14:32:59 +00:00
parent 8a770007ff
commit ed0b731062
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<table >
<thead>
<tr style="text-align:left">
<th width="70%">Module</th>
<th width="15%">Type</th>
<th width="15%">Active</th>
</tr>
</thead>
<tbody>
<?php foreach($this->modules as $module): ?>
<tr>
<td><?= $module["name"]; ?></td>
<td><?= $module["type"]; ?></td>
<td><?= $module["active"]; ?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>