APPPATH/views/widgets/w_matches.php [ 98 ]
93 </td>
94 <td class="score">
95 <?if($match['winner'] == $match['guest']):?>
96 <strong><?=explode('-', $match['score'])[1]?></strong>
97 <?else:?>
98 <?=explode('-', $match['score'])[1]?>
99 <?endif?>
100 </td>
101 </tr>
102 </table>
103 </div>
APPPATH/views/widgets/w_matches.php [ 98 ] » Kohana_Core::error_handler(arguments)
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
APPPATH/classes/controller/template.php [ 45 ] » Kohana_View->render()
APPPATH/classes/controller/application.php [ 195 ] » Controller_Template->after()
{PHP internal call} » Controller_Application->after()
SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
APPPATH/classes/widget.php [ 82 ] » Kohana_Request->execute()
APPPATH/classes/widget.php [ 37 ] » Widget->render()
APPPATH/classes/controller/index/manager.php [ 19 ] » Widget::load(arguments)
{PHP internal call} » Controller_Index_Manager->before()
SYSPATH/classes/kohana/request/client/internal.php [ 103 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()