Ignore:
Timestamp:
May 22, 2010, 10:35:40 PM (14 years ago)
Author:
repie38
Message:

conf panel new option : use montblancxl icon set (option can't be set if montblancxl isn't installed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/blancmontxl/admin/admin.inc.php

    r6262 r6286  
    88  'picture',
    99  'other',
     10  'ico',
    1011);
    1112
     
    1617    $_POST['bmxl'][$option] = empty($_POST['bmxl'][$option]) ? false : true;
    1718  }
     19 
     20  $_POST['bmxl']['ico'] = file_exists('themes/montblancxl/icon/add_tag.png') ? $_POST['bmxl']['ico'] : false ;
    1821
    1922  $query = '
Note: See TracChangeset for help on using the changeset viewer.