Plugin Directory

Changeset 221870


Ignore:
Timestamp:
03/26/2010 04:01:02 PM (16 years ago)
Author:
jeff_
Message:

adding real version 0.9.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontpage-slideshow/trunk/frontpage-slideshow.php

    r221869 r221870  
    332332    margin: 0!important;
    333333    padding: 0!important;
    334     width: <?php  if ($options['values']['fs_slide_width']=='100%') echo '0'; else echo $options['values']['fs_buttons_width']?>!important;
     334    width: <?php  if ($options['values']['fs_slide_width']=='100%' || !$options['values']['fs_show_buttons']) echo '0'; else echo $options['values']['fs_buttons_width']?>!important;
    335335    height: 100%;
    336336    list-style: none!important;
Note: See TracChangeset for help on using the changeset viewer.