Skip to content

Commit f7149a9

Browse files
committed
#12 Link to adminhtml/extension_local
1 parent d3269bc commit f7149a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div class="notification-global">
22
<strong><?php echo $this->helper('lemike_devmode')->__('Developer Mode is still active.') ?></strong>
33
<?php echo $this->helper('lemike_devmode')->__(
4-
'Remember to remove the extension LeMike_Develop before going live due to security issues!'
4+
'Remember to <a href="%s">remove the extension LeMike_Develop</a> before going live due to security issues!',
5+
$this->getUrl('adminhtml/extension_local')
56
) ?>
67
</div>

0 commit comments

Comments
 (0)