Ignore:
Timestamp:
11/08/11 17:02:55 (13 years ago)
Author:
fpvanagthoven
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/Logo.php

    r142 r151  
    1515    // hardcoded logo div, image is defined in stylesheet. (#logo background:"";)
    1616    public function __construct() {
    17         echo '
    18             <div id="logo"><a href="index.php">Research Tool</a></div>
    19 ';
     17        echo '<div id="logo"><a href="index.php">Research Tool</a>';
     18        if (isset($_SESSION['username'])) {
     19            echo '<a href="logout.php" style="font-size: 12pt;">Log out</a>';
     20        }
     21        echo '</div>';
    2022   
    2123    }
Note: See TracChangeset for help on using the changeset viewer.