Skip to:
Content

BuddyPress.org

Changeset 603


Ignore:
Timestamp:
12/02/2008 09:05:03 PM (16 years ago)
Author:
apeatling
Message:

Updates to home theme to support r601

Location:
trunk/buddypress-theme/buddypress-home
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/buddypress-home/footer.php

    r582 r603  
    66<?php wp_footer(); ?>
    77
    8     <!-- <?php echo get_num_queries(); ?> queries / <?php timer_stop(1); ?> seconds -->
     8    <!-- Generated in <?php timer_stop(1); ?> seconds -->
    99</body>
    1010
  • trunk/buddypress-theme/buddypress-home/header.php

    r598 r603  
    1010
    1111<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    12 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
     12<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e('Site Wide Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_sitewide_activity_feed_link() ?>" />
    1313<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    1414
     
    6666                <li<?php if(bp_is_page('blogs')) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/blogs" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
    6767            <?php } ?>
    68            
     68
    6969            <!--
    7070            <li><a href="<?php echo get_option('home') ?>/forum" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?></a></li>
    7171            -->
     72           
     73            <?php do_action( 'bp_nav_items' ) ?>
    7274        </ul>
    7375       
  • trunk/buddypress-theme/buddypress-home/style.css

    r582 r603  
    149149    }
    150150
    151 .widget ul.item-list li {
     151.widget ul.item-list li, .activity-list {
    152152    background: url(images/item_list_back.gif) top left repeat-x;
    153153    padding: 15px;
    154154}
     155    .activity-list { padding: 0; border: 1px solid #fff; margin-top: -1px; }
    155156
    156157    .widget ul.item-list li .item-avatar, .avatar-block img.avatar {
Note: See TracChangeset for help on using the changeset viewer.