Ignore:
Timestamp:
Jun 19, 2013, 12:37:24 PM (11 years ago)
Author:
mistic100
Message:

typo in language files, fix for ghtumb, fix for question_mark_in_urk=false

File:
1 edited

Legend:

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

    r23323 r23359  
    2828        $page['sub_section'] = 'view';
    2929        $page['section_title'].= l10n('Edit the set');
     30        if (isset($conf['GThumb'])) $conf['GThumb']['big_thumb'] = false; // big thumb is buggy with removes
    3031        break;
    3132      default:
     
    135136 
    136137  // toolbar button
    137   $template->set_filename('batchdwn_button', realpath(BATCH_DOWNLOAD_PATH.'template/download_button.tpl'));
    138138  $template->assign(array(
    139139    'BATCH_DOWNLOAD_PATH' => BATCH_DOWNLOAD_PATH,
     
    162162    );
    163163   
     164  $template->set_filename('batchdwn_button', realpath(BATCH_DOWNLOAD_PATH.'template/download_button.tpl'));
    164165  $button = $template->parse('batchdwn_button', true);
    165166  $template->add_index_button($button, 50);
Note: See TracChangeset for help on using the changeset viewer.