Ignore:
Timestamp:
Dec 14, 2012, 3:35:07 PM (11 years ago)
Author:
mistic100
Message:

change reload icon with color choice (dark or light), separate HTML and PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CryptograPHP/maintain.inc.php

    r16311 r19428  
    2323  'noise_color'     => '8a8a8a',
    2424  'ttf_file'        => 'TopSecret',
     25  'button_color'    => 'dark',
    2526)));
    2627
     
    5960      conf_update_param('cryptographp', serialize($conf['cryptographp']));
    6061    }
     62    if (!isset($conf['cryptographp']['button_color']))
     63    {
     64      $conf['cryptographp']['button_color'] = 'dark';
     65      conf_update_param('cryptographp', serialize($conf['cryptographp']));
     66    }
    6167  }
    6268}
Note: See TracChangeset for help on using the changeset viewer.