source: Dev/trunk/classes/Logo.php @ 56

Last change on this file since 56 was 41, checked in by fpvanagthoven, 14 years ago

Logo is link. Surveys can be loaded.

File size: 326 bytes
Line 
1<?php
2/*
3 * To change this template, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7/**
8 * Description of Logo
9 *
10 * @author fpvanagthoven
11 */
12class Logo {
13
14    public function __construct() {
15        ?>
16        <div id="logo"><a href="index.php">CPSFacilitator Tool</a></div>
17        <?php
18    }
19
20}
21?>
Note: See TracBrowser for help on using the repository browser.