Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjammindice
    • CommentTimeAug 30th 2007
     
    Nope same thing you're just taking out his <a link and putting in your php string so, just find the line:
    <table id="header-table" width="100%"><tr><td>'.generate_header().

    and make it look like the following.

    <table id="header-table" width="100%"><tr>
    <td colspan=2 align=right><?=$logout_button?>
    </td></tr><tr><td>'.generate_header().