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

index 53cbdc9e32fb4c8a6f54b912bb12c15b478c3f2a..421c11754b4e49953071d5bfc6c07d01a56f01b7 100644 (file)
@@ -2,6 +2,8 @@
 
 class Template_Food extends Template {
 
-
+public function display(){
+        ?><img src="/theme/food.png"><?
+}
 
 }
diff --git a/theme/food.png b/theme/food.png
new file mode 100644 (file)
index 0000000..df20431
Binary files /dev/null and b/theme/food.png differ