source:
Dev/trunk/classes_old/Logo.php
@
228
Last change on this file since 228 was 136, checked in by jkraaijeveld, 14 years ago | |
---|---|
File size: 326 bytes |
Rev | Line | |
---|---|---|
[136] | 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 | */ | |
12 | class 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.