Advertisement
slaFFik

Untitled

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