In /libraries/Trash.php find the function countPages() At the end of this function you'll find this line: $sPrev = $sUrl.LANG_PAGE_PREV.'</a> '; and $sNext = $sUrl.LANG_PAGE_NEXT.'</a>'; Exchange the defined constancies (LANG_PAGE_PREV & LANG_PAGE_NEXT) to the image. Example: $sPrev = $sUrl.'<img src="templates/img/prevlabel.gif"/>'.'</a> ';