Changeset 878
- Timestamp:
- 02/13/08 17:43:35 (10 months ago)
- Files:
-
- bbpress-theme-switcher/trunk/bb-theme-switcher.php (modified) (1 diff)
- bbpress-theme-switcher/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-theme-switcher/trunk/bb-theme-switcher.php
r864 r878 42 42 if ($file=='' || ($file=="footer.php" && !$bb_ts_add_dropdown)){ 43 43 $bb_ts_add_dropdown=true; 44 echo '<form style=" float:right;position:relative;clear:both;padding:5px;white-space:nowrap;text-align:right;">'44 echo '<form style="display:block;float:right;clear:both;padding:5px;white-space:nowrap;text-align:right;">' 45 45 .$bb_ts_optional_text.__('Theme Switcher').': ';bb_theme_switcher('dropdown'); echo '</form>'; 46 46 } bbpress-theme-switcher/trunk/readme.txt
r863 r878 1 1 === bbPress Theme Switcher === 2 Tags: theme, templates, change, switch 2 Tags: theme, templates, change, switch, _ck_ 3 3 Contributors: _ck_ 4 4 Requires at least: 0.8
