Changeset 132 for trunk/lib/settings.php
- Timestamp:
- 04/21/08 10:29:34 (7 months ago)
- Files:
-
- 1 modified
-
trunk/lib/settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/settings.php
r131 r132 104 104 //TODO: Make Top 10 Customizable with up to 10 choices 105 105 $top_ten = unserialize($wassup_options->wassup_top10); 106 print_r($top_ten); 106 107 ?> 107 108 <br /><h3><?php _e('Customize Top Ten List','wassup'); ?></h3> … … 116 117 <input type="checkbox" name="topbrowser" value="1" <?php if($top_ten['topbrowser'] == 1) print "CHECKED"; ?> /><?php _e("Top Browsers", "wassup"); ?> <br /> 117 118 <input type="checkbox" name="topos" value="1" <?php if($top_ten['topos'] == 1) print "CHECKED"; ?> /><?php _e("Top OS", "wassup"); ?> <br /> 118 <input type="checkbox" name="toplocale" value="1" <?php if($top_ten['top os'] == 1) print "CHECKED"; ?> /><?php _e("Top Locales", "wassup"); ?></span><br />119 <input type="checkbox" name="toplocale" value="1" <?php if($top_ten['toplocale'] == 1) print "CHECKED"; ?> /><?php _e("Top Locales", "wassup"); ?></span><br /> 119 120 </div> 120 121 <div style="display:block; vertical-align:top; float:left; width:225px; color:#555;">
