Ticket #3737: 3737-01.patch
| File 3737-01.patch, 1.6 KB (added by , 15 years ago) |
|---|
-
bp-themes/bp-default/blogs/create.php
15 15 16 16 <div id="content"> 17 17 <div class="padder" role="main"> 18 19 <?php do_action( 'bp_before_create_blog_content_template' ); ?> 18 20 19 21 <?php do_action( 'template_notices' ); ?> 20 22 … … 35 37 <?php endif; ?> 36 38 37 39 <?php do_action( 'bp_after_create_blog_content' ); ?> 40 41 <?php do_action( 'bp_after_create_blog_content_template' ); ?> 38 42 39 43 </div><!-- .padder --> 40 44 </div><!-- #content --> -
bp-themes/bp-default/groups/create.php
13 13 14 14 <div id="content"> 15 15 <div class="padder"> 16 17 <?php do_action( 'bp_before_create_group_content_template' ); ?> 16 18 17 19 <form action="<?php bp_group_creation_form_action(); ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data"> 18 20 <h3><?php _e( 'Create a Group', 'buddypress' ); ?> <a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ); ?>"><?php _e( 'Groups Directory', 'buddypress' ); ?></a></h3> … … 310 312 <?php do_action( 'bp_after_create_group' ); ?> 311 313 312 314 </form> 315 316 <?php do_action( 'bp_after_create_group_content_template' ); ?> 313 317 314 318 </div><!-- .padder --> 315 319 </div><!-- #content -->
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)