Changeset 12871
- Timestamp:
- 01/10/12 16:31:09 (17 months ago)
- Files:
-
- 1 modified
-
branches/2.3/include/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/include/functions.inc.php
r12540 r12871 821 821 if (!empty($info['comment'])) 822 822 { 823 $title.= ' '.substr($info['comment'], 0, 100).'...'; 823 $info['comment'] = trigger_event('render_element_description', $info['comment']); 824 $title.= ' '.substr($info['comment'], 0, 100).(strlen($info['comment']) > 100 ? '...' : ''); 824 825 } 825 826
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)