From 1254c49c430e12d88153ad233cb7ed86ffeb0d18 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 6 Dec 2008 18:04:21 -0500 Subject: 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. --- 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