Skip to content
Snippets Groups Projects
Commit 28f4e910 authored by llaffont's avatar llaffont
Browse files

Affiche le lien modifier la vignette

parent 560835ff
No related merge requests found
......@@ -54,7 +54,7 @@ $notice_html=new Class_NoticeHtml($this->notice);
else
printf('<img src="%s" width="100" border="0" alt="%s"/>', $this->url_img["vignette"], $this->_('Vignette'));
if (Class_Users::isCurrentUserCanAccesBackend() && defined('DEVELOPMENT'))
if (Class_Users::isCurrentUserCanAccesBackend())
echo sprintf('<a href="#" onclick="showPopWin(\'%s\', 700, 200); return false;">%s</a>',
$this->url(['module' => 'admin',
'controller' => 'upload',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment