function vibe_social_sharing_buttons($atts, $content = null)
 {
     $return = vibe_socialicons();
     return $return;
 }
Example #2
0
                                </li>
                                <li><a href="#login" class="smallimg vbplogin"><?php 
    _e('Login', 'vibe');
    ?>
</a></li>
                                <li><?php 
    if (function_exists('bp_get_signup_allowed') && bp_get_signup_allowed()) {
        $registration_link = apply_filters('wplms_buddypress_registration_link', site_url(BP_REGISTER_SLUG . '/'));
        printf(__('<a href="%s" class="vbpregister" title="' . __('Create an account', 'vibe') . '">' . __('Sign Up', 'vibe') . '</a> ', 'vibe'), $registration_link);
    }
    ?>
                                </li>
                            </ul>
                        <?php 
}
echo vibe_socialicons();
?>
                    </div>
                    <?php 
$style = vibe_get_login_style();
if (empty($style)) {
    $style = 'default_login';
}
?>
                    <div id="vibe_bp_login" class="<?php 
echo $style;
?>
">
                        <?php 
vibe_include_template("login/{$style}.php");
?>