summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:57 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:57 -0500
commit62d716cb332877662b3c6abf2206efb755a93a7f (patch)
treeaeff1a12a46f0b7068338308a30da6b6aeeb584a /pages
parent8fd2009756657ab115ed389bd7b458bf570ff606 (diff)
parent1254c49c430e12d88153ad233cb7ed86ffeb0d18 (diff)
downloadfourisland-62d716cb332877662b3c6abf2206efb755a93a7f.tar.gz
fourisland-62d716cb332877662b3c6abf2206efb755a93a7f.tar.bz2
fourisland-62d716cb332877662b3c6abf2206efb755a93a7f.zip
Merged the backout of the revokal of Layout 6
Diffstat (limited to 'pages')
-rwxr-xr-xpages/quotes.php3
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
30if (isset($_GET['id'])) 33if (isset($_GET['id']))
31{ 34{
32 $quote_num = $_GET['id']; 35 $quote_num = $_GET['id'];