source:
Dev/trunk/classes_old/Logo.php
@
164
Last change on this file since 164 was 136, checked in by jkraaijeveld, 14 years ago | |
---|---|
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 | */ |
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.