Changeset 13457 for trunk/admin/batch_manager_global.php
- Timestamp:
- 03/02/12 14:52:37 (15 months ago)
- Files:
-
- 1 modified
-
trunk/admin/batch_manager_global.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/batch_manager_global.php
r13077 r13457 759 759 $src = DerivativeImage::thumb_url($row); 760 760 761 $title = $row['name'];762 if ( empty($title))763 { 764 $title = get_name_from_file($row['file']);761 $title = render_element_name($row); 762 if ($title != get_name_from_file($row['file'])) 763 { 764 $title.= ' ('.$row['file'].')'; 765 765 } 766 766
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)