Show
Ignore:
Timestamp:
07/02/08 02:06:12 (6 months ago)
Author:
apeatling
Message:

Style updates to default theme to fully support messaging and blog comments.
Support for new notices functionality in messaging.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/default/messages/view.php

    r176 r180  
    22 
    33        <div class="content-header"> 
    4                 X New Messages 
     4                 
    55        </div> 
    66 
    77        <div id="content"> 
     8                <?php do_action( 'template_notices' ) ?> 
     9 
    810                <?php bp_message_thread_view() ?> 
    911        </div>