Added tickets pane
authorRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 15:58:07 +0000 (15:58 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 15:58:07 +0000 (15:58 +0000)
template/tickets.php
theme/tickets.png [new file with mode: 0644]

index b57faa251587c4a89c20fd0ecaa0ac7a7c99a327..30e4d5bd438b8c55e44440379fbb14a1822b560b 100644 (file)
@@ -2,6 +2,8 @@
 
 class Template_Tickets extends Template {
 
-
+public function display(){
+        ?><img src="/theme/tickets.png"><?
+}
 
 }
diff --git a/theme/tickets.png b/theme/tickets.png
new file mode 100644 (file)
index 0000000..87122d8
Binary files /dev/null and b/theme/tickets.png differ