source:
Dev/trunk/classes_old/StyleSheet.php
@
297
Last change on this file since 297 was 137, checked in by jkraaijeveld, 14 years ago | |
---|---|
File size: 338 bytes |
Rev | Line | |
---|---|---|
[137] | 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 StyleSheet | |
9 | * | |
10 | * @author fpvanagthoven | |
11 | */ | |
12 | class StyleSheet { | |
13 | ||
14 | public function __construct() { | |
15 | ?> | |
16 | <link rel="stylesheet" type="text/css" href="css/awesome.css" /> | |
17 | <?php | |
18 | } | |
19 | ||
20 | } | |
21 | ?> |
Note: See TracBrowser
for help on using the repository browser.