Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?php else : ?>
  2.  
  3. <div id="tile-user">
  4. <div class="tile-avatar"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/avatar.gif" alt="Avatar" width="88" height="88" /></div>
  5. <div class="tile-username"><?php echo of_get_option('t-7', 'Hello' ); ?><br /><?php echo of_get_option('t-22', 'Guest' ); ?></div>
  6. <span class="tile-title"><a href="<?php echo home_url(); ?>/login"><?php _e( 'Log In', 'buddypress' ); ?></a> <?php if ( bp_get_signup_allowed() ) : ?><span class="tile-register"><?php echo of_get_option('t-6', 'or' ); ?>&nbsp;<?php printf( __( '<a href="%s" title="Create an account">Sign Up</a>', 'buddypress' ), site_url( bp_get_signup_slug() . '/' ) ) ?></span><?php endif; ?></span>
  7. </div>
  8.  
  9. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement