diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 09:45:32 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 09:45:32 -0500 |
commit | d5e453a7b0a2f966106de4f19602e433f9c7713d (patch) | |
tree | 924331a86c0dc3c79b2cf1404821d98aee9510a4 /pages/quotes.php | |
parent | db7adebdd4b9d9674a18337e5d35e88e64e60618 (diff) | |
download | fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.tar.gz fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.tar.bz2 fourisland-d5e453a7b0a2f966106de4f19602e433f9c7713d.zip |
Reverted back to layout 4
Oh so many people complained at the new, pretty layout. The decision was reached in the Poll of the Week: Layout 6 had to go.
Diffstat (limited to 'pages/quotes.php')
-rwxr-xr-x | pages/quotes.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/quotes.php b/pages/quotes.php index b02875e..d557ca1 100755 --- a/pages/quotes.php +++ b/pages/quotes.php | |||
@@ -27,9 +27,6 @@ include('includes/functions_quotes.php'); | |||
27 | $pageCategory = 'quotes'; | 27 | $pageCategory = 'quotes'; |
28 | $headtags = '<LINK REL="stylesheet" HREF="/theme/css/quotes.css" />'; | 28 | $headtags = '<LINK REL="stylesheet" HREF="/theme/css/quotes.css" />'; |
29 | 29 | ||
30 | $template = new FITemplate('quotes/header'); | ||
31 | $template->display(); | ||
32 | |||
33 | if (isset($_GET['id'])) | 30 | if (isset($_GET['id'])) |
34 | { | 31 | { |
35 | $quote_num = $_GET['id']; | 32 | $quote_num = $_GET['id']; |