Skip to:
Content

BuddyPress.org

Ticket #794: patch794.diff

File patch794.diff, 650 bytes (added by halk, 16 years ago)
  • bp-themes/bpskeletonmember/userbar.php

     
    2727        <?php else : ?>
    2828               
    2929                <p class="avatar">
    30                         <img src="<?php echo site_url( MUPLUGINDIR . '/bp-core/images/mystery-man.jpg' ) ?>" alt="No User" width="50" height="50" />
     30                        <img src="<?php echo BP_PLUGIN_URL . '/bp-core/images/mystery-man.jpg' ?>" alt="No User" width="50" height="50" />
    3131                </p>
    3232               
    3333                <p id="login-text"><?php _e( 'You must log in to access your account.', 'buddypress' ) ?></p>