Remove link
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 22:18:15 +0000 (22:18 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 4 Feb 2011 22:18:15 +0000 (22:18 +0000)
template/tickets.php

index 683d41fc2a48252752bfd9fad6345b86b62fab4b..66ddcb6aaa51f858f6f853cbb70c9ed7c1af360d 100644 (file)
@@ -3,7 +3,7 @@
 class Template_Tickets extends Template {
 
 public function display(){
-        ?><a href="https://www.srcf.ucam.org/hmb/secure/"><img src="/theme/tickets.png"></a><?
+        ?><img src="/theme/tickets.png"><?php
 }
 
 }