Ignore:
Timestamp:
Jul 11, 2012, 12:58:19 PM (12 years ago)
Author:
mistic100
Message:

-add complete breadcrumb
-AJAX for remove photos (more faster)
-use try/catch for error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/include/events.inc.php

    r16598 r16609  
    2424   
    2525    $page['section'] = 'download';
    26     $page['title'] = l10n('Batch Downloader').$conf['level_separator'].' ';
     26    $page['title'] = '<a href="'.get_absolute_root_url().'">'.l10n('Home').'</a>'.$conf['level_separator'].l10n('Batch Downloader').$conf['level_separator'];
    2727   
    2828    switch (@$tokens[1])
     
    164164      array_push($data, array(
    165165        'URL' => BATCH_DOWNLOAD_PUBLIC . 'init_zip&amp;set_id='.$BatchDownloader->getParam('set_id'),
    166         'TITLE' => strip_tags($set['COMMENT']),
     166        'TITLE' => str_replace('"', "'", strip_tags($set['COMMENT'])),
    167167        'NAME' => $set['sNAME'],
    168168        'COUNT' => $set['NB_IMAGES'],
Note: See TracChangeset for help on using the changeset viewer.