We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3269bc commit f7149a9Copy full SHA for f7149a9
app/design/adminhtml/default/default/template/lemike/devmode/notifications.phtml
@@ -1,6 +1,7 @@
1
<div class="notification-global">
2
<strong><?php echo $this->helper('lemike_devmode')->__('Developer Mode is still active.') ?></strong>
3
<?php echo $this->helper('lemike_devmode')->__(
4
- 'Remember to remove the extension LeMike_Develop before going live due to security issues!'
+ 'Remember to <a href="%s">remove the extension LeMike_Develop</a> before going live due to security issues!',
5
+ $this->getUrl('adminhtml/extension_local')
6
) ?>
7
</div>
0 commit comments