5 lines
195 B
PHP
5 lines
195 B
PHP
<tr>
|
|
<td><a href="<?php echo URL::site('admin/email/templateedit/'.$template->id); ?>" alt=""><?php echo $template->name; ?></a></td>
|
|
<td><?php echo $template->display('active'); ?></td>
|
|
</tr>
|