source: Dev/trunk/classes/StyleSheet.php @ 60

Last change on this file since 60 was 59, checked in by fpvanagthoven, 14 years ago

Absolutely had to do something about styling. Also some other things.

File size: 338 bytes
RevLine 
[59]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 */
12class 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.