diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 11:04:37 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 11:04:37 -0500 |
commit | caa64508a7cb999ef915cec17452225e86286434 (patch) | |
tree | 3d43a8c725808fb7d39adcb6d686b20ea414162d /pages/quotes.php | |
parent | 2983749fbb6170b36fbdbe95625b2a4696593351 (diff) | |
download | fourisland-caa64508a7cb999ef915cec17452225e86286434.tar.gz fourisland-caa64508a7cb999ef915cec17452225e86286434.tar.bz2 fourisland-caa64508a7cb999ef915cec17452225e86286434.zip |
Added Quotes option links
Diffstat (limited to 'pages/quotes.php')
-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']; |