summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rwxr-xr-xpages/quotes.php3
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
33if (isset($_GET['id'])) 30if (isset($_GET['id']))
34{ 31{
35 $quote_num = $_GET['id']; 32 $quote_num = $_GET['id'];