Consistent use of URL::site()

This commit is contained in:
Deon George
2011-10-07 12:00:34 +11:00
parent be00deede7
commit 0f45467ec8
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<tr>
<td><a href="<?php echo URL::site(sprintf('/admin/email/templateedit/%s',$template->id)); ?>" alt=""><?php echo $template->name; ?></a></td>
<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>