Skip to:
Content

bbPress.org

Changeset 19


Ignore:
Timestamp:
12/28/2004 10:14:51 AM (21 years ago)
Author:
matt
Message:

Some HTML errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/template-functions.php

    r18 r19  
    1414    global $current_user;
    1515    if ($current_user) {
    16         echo "Welcome, $current_user->username! <a href='" . user_profile_link( $current_user->user_id) . "'>View your profile &raquo;</a>
    17         <small>(<a href='" . bb_get_option('uri') . "bb-login.php?logout'>Logout</a>)</small>";
     16        echo "<p>Welcome, $current_user->username! <a href='" . user_profile_link( $current_user->user_id) . "'>View your profile &raquo;</a>
     17        <small>(<a href='" . bb_get_option('uri') . "bb-login.php?logout'>Logout</a>)</small></p>";
    1818    } else {
    1919        require( BBPATH . '/bb-templates/login-form.php');
     
    3030        require( BBPATH . '/bb-templates/post-form.php');
    3131    } else {
    32         echo "<p>You must login to post.";
     32        echo "<p>You must login to post.</p>";
    3333        require( BBPATH . '/bb-templates/login-form.php');
    3434    }
Note: See TracChangeset for help on using the changeset viewer.