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/compose.php

    r176 r180  
    66 
    77        <div id="content"> 
    8                 <?php bp_get_callback_message() ?> 
     8                <?php do_action( 'template_notices' ) ?> 
     9 
    910                <?php bp_compose_message_form() ?> 
    1011        </div>