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 @@ -151,11 +151,11 @@ function getPagingSQL($sql_where = "1") {
151151
152152 function getPagingHTML ($ vars ) {
153153 global $ app ;
154- $ content = '[ <a href=" ' .$ vars ["list_file " ].'?page=0 ' .$ vars ["page_params " ].'">|<< </a>] ' ;
154+ $ content = '[ <a href=" ' .$ vars ["list_file " ].'?page=0 ' .$ vars ["page_params " ].'">|<< </a>] ' ;
155155 if ($ vars ["show_page_back " ] == 1 ) $ content .= '[<< <a href=" ' .$ vars ["list_file " ].'?page= ' .$ vars ["last_page " ].$ vars ["page_params " ].'"> ' .$ app ->lng ('Back ' ).'</a>] ' ;
156156 $ content .= ' ' .$ app ->lng ('Page ' ).' ' .$ vars ["next_page " ].' ' .$ app ->lng ('of ' ).' ' .$ vars ["max_pages " ].' ' ;
157157 if ($ vars ["show_page_next " ] == 1 ) $ content .= '[<a href=" ' .$ vars ["list_file " ].'?page= ' .$ vars ["next_page " ].$ vars ["page_params " ].'"> ' .$ app ->lng ('Next ' ).' >></a>] ' ;
158- $ content .= '[<a href=" ' .$ vars ["list_file " ].'?page= ' .$ vars ["pages " ].$ vars ["page_params " ].'> >> | </a>] ' ;
158+ $ content .= '[<a href=" ' .$ vars ["list_file " ].'?page= ' .$ vars ["pages " ].$ vars ["page_params " ].'"> >> | </a>] ' ;
159159
160160 return $ content ;
161161 }
You can’t perform that action at this time.
0 commit comments