diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 09:39:10 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 09:39:10 -0500 |
| commit | 9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch) | |
| tree | b9ad822ca0f186f42da00e1a2c882ede77d2ee14 /pages/quotes.php | |
| parent | f037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff) | |
| download | fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2 fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip | |
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'pages/quotes.php')
| -rwxr-xr-x | pages/quotes.php | 4 |
1 files changed, 0 insertions, 4 deletions
| diff --git a/pages/quotes.php b/pages/quotes.php index b02875e..8aaa5db 100755 --- a/pages/quotes.php +++ b/pages/quotes.php | |||
| @@ -25,10 +25,6 @@ require('headerproc.php'); | |||
| 25 | include('includes/functions_quotes.php'); | 25 | include('includes/functions_quotes.php'); |
| 26 | 26 | ||
| 27 | $pageCategory = 'quotes'; | 27 | $pageCategory = 'quotes'; |
| 28 | $headtags = '<LINK REL="stylesheet" HREF="/theme/css/quotes.css" />'; | ||
| 29 | |||
| 30 | $template = new FITemplate('quotes/header'); | ||
| 31 | $template->display(); | ||
| 32 | 28 | ||
| 33 | if (isset($_GET['id'])) | 29 | if (isset($_GET['id'])) |
| 34 | { | 30 | { |
