Exemple #1
0
 function getMenuSpecificsItems()
 {
     $menu = "\n" . '<li><a href="javascript:resizeimage(\'' . urljsencode($this->getRelativePath()) . '\');" id="image_resize" title="' . _('Resize') . '">' . _('Resize') . '</a></li>';
     $menu .= '' . parent::getMenuSpecificsItems();
     return $menu;
 }