mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 12:19:57 +03:00
comments.php: cleanup url (t=1 in the url for an unknown reason) and image
urls work now with all url styles git-svn-id: http://piwigo.org/svn/trunk@1563 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
6a3aed2057
commit
939cfe5e4b
2 changed files with 6 additions and 4 deletions
|
@ -82,7 +82,8 @@ function create_navigation_bar(
|
|||
global $lang, $conf;
|
||||
|
||||
$pages_around = $conf['paginate_pages_around'];
|
||||
$start_str = $clean_url ? '/start-' : '&start=';
|
||||
$start_str = $clean_url ? '/start-' :
|
||||
( ( strstr($url, '?')===false ? '?':'&') . 'start=' );
|
||||
|
||||
$navbar = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue