File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,9 @@ public function getPagingHTML($vars)
248248 //* Show Back
249249 if (isset ($ vars ['show_page_back ' ]) && $ vars ['show_page_back ' ] == 1 ){
250250 $ content .= '<a href=" ' ."javascript:loadContent(' " .$ vars ['list_file ' ].'?page= ' .$ vars ['last_page ' ].$ vars ['page_params ' ]."'); " .'"> '
251- .'<img src="themes/ ' .$ _SESSION ['s ' ]['theme ' ].'/icons/x16/arrow_180.png"></a> ' ;
251+ .'<img src="themes/ ' .$ _SESSION ['s ' ]['theme ' ].'/icons/x16/arrow_180.png"></a> ' ;
252252 }
253- $ content .= ' ' .$ this ->lng ('page_txt ' ).' ' .$ vars ['next_page ' ].' ' .$ this ->lng ('page_of_txt ' ).' ' .$ vars ['max_pages ' ].' ' ;
253+ $ content .= ' ' .$ this ->lng ('page_txt ' ).' ' .$ vars ['next_page ' ].' ' .$ this ->lng ('page_of_txt ' ).' ' .$ vars ['max_pages ' ].' ' ;
254254 //* Show Next
255255 if (isset ($ vars ['show_page_next ' ]) && $ vars ['show_page_next ' ] == 1 ){
256256 $ content .= '<a href=" ' ."javascript:loadContent(' " .$ vars ['list_file ' ].'?page= ' .$ vars ['next_page ' ].$ vars ['page_params ' ]."'); " .'"> '
You can’t perform that action at this time.
0 commit comments