Ignore:
Timestamp:
Jun 26, 2013, 8:34:21 PM (11 years ago)
Author:
flop25
Message:

adding a new option for the mouseover effect

File:
1 edited

Legend:

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

    r17858 r23569  
    3434        $config_send['catthumb']=(isset($_POST['f_catthumb'])) ? $_POST['f_catthumb'] : 'none';
    3535        $config_send['orientation_option']=(isset($_POST['f_orientation_option'])) ? $_POST['f_orientation_option'] : 'none';
     36        $config_send['hover_action']=(isset($_POST['f_hover_action'])) ? $_POST['f_hover_action'] : 'fadein';
    3637        conf_update_param('stripped_black_bloc', pwg_db_real_escape_string(serialize($config_send)));
    3738
Note: See TracChangeset for help on using the changeset viewer.