Plugin Directory

Changeset 573519


Ignore:
Timestamp:
07/17/2012 12:16:43 PM (13 years ago)
Author:
InoPlugs
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-backgrounds-lite/trunk/inoplugs_background_plugin.php

    r573497 r573519  
    2424               
    2525    //set falback settings     
    26     $ino_bglite_options['zindex'] = empty($ino_bglite_options['zindex']) ? "0" : $ino_bglite_options['zindex'];
     26    $ino_bglite_options['zindex'] = empty($ino_bglite_options['zindex']) ? "-1" : $ino_bglite_options['zindex'];
    2727    $ino_bglite_options['bg_color'] = empty($ino_bglite_options['bg_color']) ? "" : $ino_bglite_options['bg_color'];
    2828    $ino_bglite_options['zindexcontainer'] = empty($ino_bglite_options['zindexcontainer']) ? "5" : $ino_bglite_options['zindexcontainer'];
     
    307307                    <div class="option-content">
    308308                        <label for="zindex">
    309                             <input type="text" name="<?php echo INO_WPBLITE_OPTIONNAME; ?>[zindex]" value="<?php if( !empty($ino_bglite_options['zindex']) ) { echo $ino_bglite_options['zindex']; }else{ echo "0"; } ?>" /><br />
     309                            <input type="text" name="<?php echo INO_WPBLITE_OPTIONNAME; ?>[zindex]" value="<?php if( !empty($ino_bglite_options['zindex']) ) { echo $ino_bglite_options['zindex']; }else{ echo "-1"; } ?>" /><br />
    310310                            <?php _e('Enter the z-index value of the background layer (0 by default).',INO_WPBLITE_TEXTDOMAIN); ?>
    311311                        </label><br />
Note: See TracChangeset for help on using the changeset viewer.