Tarea #1049 -> Meter texto dentro de la página de My favorite bands.

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@149 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-29 10:29:02 +00:00
parent f7d0fd11b0
commit 32f177cff0

View File

@ -20,8 +20,11 @@
<form action="" method="post" id="groups-directory-form" class="dir-form">
<h3><?php _e( 'Groups Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?></h3>&nbsp;<a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create' ); ?>"><?php _e( 'Create a Group', 'buddypress' ); ?></a><?php endif; ?>
<h3><?php _e( 'Groups Directory', 'buddypress' ); ?></h3>
<p>Join your favorite bands and make comments with other fans all around the world!!<br/>
If you don´t find your favorite band, you can create one yourself!!
</p>
<?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?><a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create' ); ?>"><?php _e( 'Create a Group', 'buddypress' ); ?></a><?php endif; ?>
<?php do_action( 'bp_before_directory_groups_content' ); ?>
<?php if (0) : ?>