Skip to:
Content

BuddyPress.org

Changeset 2428


Ignore:
Timestamp:
01/24/2010 05:31:42 PM (16 years ago)
Author:
apeatling
Message:

Switching directory header tags.

Location:
trunk/bp-themes/bp-default
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/blogs/create.php

    r2308 r2428  
    88        <?php do_action( 'template_notices' ) ?>
    99
    10         <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h2>
     10        <h3><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h3>
    1111
    1212        <?php do_action( 'bp_before_create_blog_content' ) ?>
  • trunk/bp-themes/bp-default/blogs/index.php

    r2308 r2428  
    66        <form action="" method="post" id="blogs-directory-form" class="dir-form">
    77
    8             <h2><?php _e( 'Blogs Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() && bp_blog_signup_enabled() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/create/' ?>"><?php _e( 'Create a Blog', 'buddypress' ) ?></a><?php endif; ?></h2>
     8            <h3><?php _e( 'Blogs Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() && bp_blog_signup_enabled() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/create/' ?>"><?php _e( 'Create a Blog', 'buddypress' ) ?></a><?php endif; ?></h3>
    99
    1010            <?php do_action( 'bp_before_directory_blogs_content' ) ?>
  • trunk/bp-themes/bp-default/forums/index.php

    r2243 r2428  
    77
    88        <form action="" method="post" class="dir-form">
    9             <h2><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h2>
     9            <h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3>
    1010
    1111            <div id="forums-dir-search" class="dir-search">
  • trunk/bp-themes/bp-default/groups/create.php

    r2424 r2428  
    55
    66        <form action="<?php bp_group_creation_form_action() ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data">
    7             <h2><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h2>
     7            <h3><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h3>
    88
    99            <?php do_action( 'bp_before_create_group' ) ?>
  • trunk/bp-themes/bp-default/groups/index.php

    r2308 r2428  
    55
    66        <form action="" method="post" id="groups-directory-form" class="dir-form">
    7             <h2><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h2>
     7            <h3><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h3>
    88
    99            <?php do_action( 'bp_before_directory_groups_content' ) ?>
  • trunk/bp-themes/bp-default/members/index.php

    r2284 r2428  
    66        <form action="" method="post" id="members-directory-form" class="dir-form">
    77
    8             <h2><?php _e( 'Members Directory', 'buddypress' ) ?></h2>
     8            <h3><?php _e( 'Members Directory', 'buddypress' ) ?></h3>
    99
    1010            <?php do_action( 'bp_before_directory_members_content' ) ?>
Note: See TracChangeset for help on using the changeset viewer.