Changeset 9424
- Timestamp:
- 02/28/11 16:35:46 (2 years ago)
- Files:
-
- 1 modified
-
extensions/ExtendedDescription/main.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/main.inc.php
r8314 r9424 77 77 $url_params['category'] = array('id' => $m2[3], 'name' => '', 'permalink' => ''); 78 78 } 79 $url .= make_picture_url($url_params);79 $url .= rtrim(make_picture_url($url_params), '-'); 80 80 break; 81 81 82 82 case 'cat': 83 83 $url_params = array('category' => array('id' => $m2[2], 'name' => '', 'permalink' => '')); 84 $url .= make_index_url($url_params);84 $url .= rtrim(make_index_url($url_params), '-'); 85 85 break; 86 86
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)