source:
Dev/trunk/classes_old/StyleSheet.php
@
159
Last change on this file since 159 was 137, checked in by jkraaijeveld, 14 years ago | |
---|---|
File size: 338 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 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.