summary refs log tree commit diff stats
path: root/theme/quotes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
commit1254c49c430e12d88153ad233cb7ed86ffeb0d18 (patch)
tree7c9c9f7465b0411a89ae5de46f22a52dc9b1fe4d /theme/quotes
parentd5e453a7b0a2f966106de4f19602e433f9c7713d (diff)
downloadfourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.gz
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.bz2
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.zip
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.
Diffstat (limited to 'theme/quotes')
-rw-r--r--theme/quotes/header.tpl47
1 files changed, 47 insertions, 0 deletions
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 @@
1<DIV CLASS="sidebar" STYLE="margin: auto">
2 <DIV CLASS="bubble">
3 <DIV CLASS="rounded">
4 <BLOCKQUOTE>
5 <DIV ID="hatbar" CLASS="quotes-options">
6 <H3>Quote Options</H3>
7 <UL>
8 <LI>
9 <IMG SRC="/theme/images/icons/16-star-hot.png" />
10 <A HREF="/quotes/latest.php">Latest</A>
11 </LI>
12
13 <LI>
14 <IMG SRC="/theme/images/icons/medal_gold_1.png" />
15 <A HREF="/quotes/top.php">Best</A>
16 </LI>
17
18 <LI>
19 <IMG SRC="/theme/images/icons/16-message-warn.png" />
20 <A HREF="/quotes/bottom.php">Worst</A>
21 </LI>
22
23 <LI>
24 <IMG SRC="/theme/images/icons/16-file-archive.png" />
25 <A HREF="/quotes/browse.php">Browse All</A>
26 </LI>
27
28 <LI>
29 <IMG SRC="/theme/images/icons/16-clock.png" />
30 <A HREF="/quotes/random.php">Random</A>
31 </LI>
32
33 <LI>
34 <IMG SRC="/theme/images/icons/16-em-pencil.png" />
35 <A HREF="/quotes/add.php">Add</A>
36 </LI>
37
38 <LI>
39 <IMG SRC="/theme/images/icons/book_open.png" />
40 <A HREF="/quotes/search.php">Search</A>
41 </LI>
42 </UL>
43 </DIV>
44 </BLOCKQUOTE>
45 </DIV>
46 </DIV>
47</DIV>