Changeset 11831
- Timestamp:
- 07/25/11 21:10:30 (22 months ago)
- Files:
-
- 1 modified
-
trunk/include/functions_url.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_url.inc.php
r9353 r11831 508 508 elseif ( 'tags' == @$tokens[$next_token] ) 509 509 { 510 global $conf; 511 510 512 $page['section'] = 'tags'; 511 513 $page['tags'] = array(); … … 524 526 break; 525 527 526 if ( preg_match('/^(\d+)(?:-(.*))?/', $tokens[$i], $matches) )528 if ( $conf['tag_url_style'] != 'tag' and preg_match('/^(\d+)(?:-(.*)|)$/', $tokens[$i], $matches) ) 527 529 { 528 530 array_push($requested_tag_ids, $matches[1]);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)