Development

#432: patch_t432.txt

You must first sign up to be able to contribute.

Ticket #432: patch_t432.txt

File patch_t432.txt, 351 bytes (added by jason rowe, 3 years ago)

possible patch

Line 
1   $url_params = $pk_link ? '?'.$this->getPrimaryKeyUrlParams() : '\'';
2     $html_params = isset($params['params']) ? $params['params'] : '';
3
4   return '<li>[?php echo link_to(image_tag(\''.$icon.'\', array(\'alt\' => __(\''.$name.'\'), \'title\' => __(\''.$name.'\'))), \''.$this->getModuleName().'/'.$action.$url_params.',\''.$html_params.'\') ?]</li>';