From f50bf834d9d00140bf0694eb8b9671bdb2d1a340 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 30 May 2013 23:00:09 -0400 Subject: [PATCH] Forgot to change $event to $value, and to move a or two. --- web/app/View/Events/index.ctp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web/app/View/Events/index.ctp b/web/app/View/Events/index.ctp index 11d81d3a0..5a96017c6 100644 --- a/web/app/View/Events/index.ctp +++ b/web/app/View/Events/index.ctp @@ -27,8 +27,6 @@ $value): ?> - - Html->link($this->Html->image('/events/'.$thumbData[$key]['Path'], array( 'alt' => $thumbData[$key]['Frame']['FrameId'].'/'.$thumbData[$key]['Event']['MaxScore'], @@ -37,8 +35,9 @@ echo $this->Html->link($this->Html->image('/events/'.$thumbData[$key]['Path'], a )), array('controller' => 'events', 'action' => 'view', $value['Event']['Id']), array('escape' => false)); ?> - - + + +