Skip to content
Snippets Groups Projects
Commit 315896c7 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed img_up

parent 571d20d5
No related branches found
No related tags found
No related merge requests found
...@@ -1969,7 +1969,7 @@ function img_up($alt = 'default', $selected = 0) ...@@ -1969,7 +1969,7 @@ function img_up($alt = 'default', $selected = 0)
if ($alt == 'default') $alt = $langs->trans('Up'); if ($alt == 'default') $alt = $langs->trans('Up');
return img_picto($alt, ($selected ? '1downarrow_selected.png' : '1downarrow.png'), 'class="imgup"'); return img_picto($alt, ($selected ? '1uparrow_selected.png' : '1uparrow.png'), 'class="imgup"');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment