diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 18:04:21 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-06 18:04:21 -0500 |
commit | 1254c49c430e12d88153ad233cb7ed86ffeb0d18 (patch) | |
tree | 7c9c9f7465b0411a89ae5de46f22a52dc9b1fe4d /pages | |
parent | d5e453a7b0a2f966106de4f19602e433f9c7713d (diff) | |
download | fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.gz fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.bz2 fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.zip |
Revoked the revokal of Layout 6
Apparently people actually do like the sixth layout. It was just me being paranoid, they were busy over there.
Diffstat (limited to 'pages')
-rwxr-xr-x | pages/quotes.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/quotes.php b/pages/quotes.php index d557ca1..b02875e 100755 --- a/pages/quotes.php +++ b/pages/quotes.php | |||
@@ -27,6 +27,9 @@ 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 | |||
30 | if (isset($_GET['id'])) | 33 | if (isset($_GET['id'])) |
31 | { | 34 | { |
32 | $quote_num = $_GET['id']; | 35 | $quote_num = $_GET['id']; |