This commit is contained in:
Fred Tempez 2023-12-19 19:20:20 +01:00
parent bd04f94c76
commit a3145fbd00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
)
): ?>
<a href="<?php echo helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1); ?>">
<?php echo template::ico('pencil'); ?>
<?php echo template::ico('pencil'); ?>
<?php echo helper::translate('Éditer') . '&nbsp;';?>
</a>
<?php endif; ?>