Changeset 2539 for trunk/bp-themes/bp-default/_inc/options.php
- Timestamp:
- 02/02/2010 05:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/options.php
r2474 r2539 35 35 <td> 36 36 <label><input id="bpdtheme_frontpage_blog" type="radio" name="show_on_frontpage" <?php if ( $bp_dtheme_options['show_on_frontpage'] == 'blog' || empty($bp_dtheme_options['show_on_frontpage']) ) echo 'checked="checked"'; ?> value="blog" /> <?php _e( 'Blog Posts', 'buddypress' ) ?></label><br /> 37 <?php if ( !bp_is_deactivated('bp-activity.php') ) : ?>37 <?php if ( bp_is_active( 'activity') ) : ?> 38 38 <label><input id="bpdtheme_frontpage_activity" type="radio" name="show_on_frontpage" <?php if ( $bp_dtheme_options['show_on_frontpage'] == 'activity' ) echo 'checked="checked"'; ?> value="activity" /> <?php _e( 'Activity Stream', 'buddypress' ) ?></label> 39 39 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.