Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/10/2010 08:42:42 PM (16 years ago)
Author:
apeatling
Message:

Shifted the filter select from the main activity page tab row onto a second row to accommodate the missing feed link (links will be altered on an upcoming commit). Added a mentions tab. Tweaked a couple of css styles and ID's for better re-use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/plugins.php

    r2284 r2287  
    1111
    1212            <div id="item-nav">
    13                 <div class="item-list-tabs no-ajax" id="user-nav">
     13                <div class="item-list-tabs no-ajax" id="sub-nav">
    1414                    <ul>
    1515                        <?php bp_get_user_nav() ?>
     
    2222            <div id="item-body">
    2323
    24                 <div class="item-list-tabs no-ajax" id="user-subnav">
     24                <div class="item-list-tabs no-ajax" id="subnav">
    2525                    <ul>
    2626                        <?php bp_get_options_nav() ?>
Note: See TracChangeset for help on using the changeset viewer.