<?php

/*
 * BP Profile Search - form template 'bps-form-legacy'
 *
 * See http://dontdream.it/bp-profile-search/form-templates/ if you wish to modify this template or develop a new one.
 *
 */
$F = bps_escaped_request_data();
$toggle_id = 'bps_toggle' . $F->id;
$form_id = 'bps_' . $F->location . $F->id;
//if ($F->location != 'directory')  echo "<div id='buddypress'>";
if ($F->location == 'directory') {
    ?>
    <div class="item-list-tabs bps_header">
        <ul>
            <li><?php 
    echo $F->header;
    ?>
</li>
            <?php 
    if ($F->toggle) {
        ?>
                <li class="last">
                    <input id="<?php 
        echo $toggle_id;
        ?>
" type="submit" value="<?php 
        echo $F->toggle_text;
        ?>
">
Exemplo n.º 2
0
function bps_escaped_form_data()
{
    return bps_escaped_request_data();
}