Ignore:
Timestamp:
Mar 8, 2011, 1:19:06 PM (13 years ago)
Author:
mistic100
Message:

[extensions] ContestResults 1.3

  • Add error and success messages on admin page
  • Add Spain (es_ES) thanks to jpr928
  • Contest status is automatic and shows remaining days
  • More flexibility for description fields
  • Compatibility with Piwigo 2.2.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/admin/get_tn.php

    r9200 r9572  
    1010if (!pwg_db_num_rows($image)) {
    1111        $themeconf = $template->get_template_vars('themeconf');
    12         $data['TN_SRC'] = $themeconf['admin_icon_dir'] . '/errors.png';
     12        //$data['TN_SRC'] = $themeconf['admin_icon_dir'] . '/errors.png';
     13        $data['TN_SRC'] = 'admin/themes/default/icon/errors.png';
    1314        $data['IMAGE_NAME'] = 'N/A';
    1415       
Note: See TracChangeset for help on using the changeset viewer.