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 +++ theme/css/website.css | 4 ++++ theme/quotes/header.tpl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 theme/quotes/header.tpl 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']; diff --git a/theme/css/website.css b/theme/css/website.css index 76ff9ca..de2fecd 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -309,6 +309,10 @@ div#content a:hover img { border: dashed gray 1px; } +div#hatbar.quotes-options ul { + list-style: none; +} + /* Tables */ table.webmail { diff --git a/theme/quotes/header.tpl b/theme/quotes/header.tpl new file mode 100644 index 0000000..620a4d0 --- /dev/null +++ b/theme/quotes/header.tpl @@ -0,0 +1,47 @@ + -- cgit 1.4.1