Ticket #953 -> Enlace "See more" del inicio, colocarlo a la izquierda.
Ticket #948 -> Cambio de etiqueta en el menú superior: "Groups" => "My favorite bands" Ticket #947 -> Cambio de etiqueta en el menú superior: "Members" => "Friends" git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@49 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
be7901b1e8
commit
3534b698b5
@ -61,8 +61,8 @@
|
||||
$category_link = get_category_link( $category_id );
|
||||
?>
|
||||
<li><a title="<?php _e( 'Concerts', 'gp_lang' ); ?>" class="events" href="<?php echo esc_url( $category_link ); ?>"><span><?php _e( 'Concerts', 'gp_lang' ); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'Members', 'gp_lang' ); ?>" class="friends" href="<?php echo bp_get_members_directory_permalink(); ?>"><span><?php _e( 'Members', 'gp_lang' ); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'Groups', 'gp_lang' ); ?>" class="groups" href="<?php echo bp_get_groups_directory_permalink(); ?>"><span><?php _e( 'Groups', 'gp_lang' ); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'Friends', 'gp_lang' ); ?>" class="friends" href="<?php echo bp_get_members_directory_permalink(); ?>"><span><?php _e( 'Friends', 'gp_lang' ); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'My favorite bands', 'gp_lang' ); ?>" class="groups" href="<?php echo bp_get_groups_directory_permalink(); ?>"><span><?php _e( 'My favorite bands', 'gp_lang' ); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'Profile', 'gp_lang' ); ?>" class="profile" href="<?php if(function_exists('bp_is_active')) { echo $bp->loggedin_user->domain; } else { echo get_author_posts_url(get_the_author_id()); } ?>"><span><?php _e('Profile', 'gp_lang'); ?></span></a></li>
|
||||
<li><a title="<?php _e( 'Logout', 'gp_lang' ); ?>" class="logout" href="<?php echo wp_logout_url(); ?>"><span><?php _e('Logout', 'gp_lang'); ?></span></a></li>
|
||||
</ul>
|
||||
|
||||
@ -1001,7 +1001,7 @@ h3.comments {
|
||||
|
||||
.more-comments {
|
||||
width: 66%;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
padding-right: 34%;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user