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

index 90144fbb3103ff94a9acd87aa54a396ed873afb0..f5b28940ec89a72264496c430b6baf65dddc3c17 100644 (file)
@@ -2,6 +2,8 @@
 
 class Template_Workers extends Template {
 
-
+public function display(){
+        ?><img src="/theme/workers.png"><?
+}
 
 }
diff --git a/theme/workers.png b/theme/workers.png
new file mode 100644 (file)
index 0000000..12062c1
Binary files /dev/null and b/theme/workers.png differ