From caa64508a7cb999ef915cec17452225e86286434 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 27 Nov 2008 11:04:37 -0500 Subject: Added Quotes option links --- pages/quotes.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pages') 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'); $pageCategory = 'quotes'; $headtags = ''; +$template = new FITemplate('quotes/header'); +$template->display(); + if (isset($_GET['id'])) { $quote_num = $_GET['id']; -- cgit 1.4.1