@extends('layouts.mobile') @section('page_title') OSAA - Mobile @stop @section('page_sub_title') OSAA Mobile @stop @section('head') @stop @section('jquery_init') @if (Helpers::strEqual(Helpers::getCurrentSeason(), 'F')) var default_tab_index = 0; @elseif (Helpers::strEqual(Helpers::getCurrentSeason(), 'W')) var default_tab_index = 1; @elseif (Helpers::strEqual(Helpers::getCurrentSeason(), 'S')) var default_tab_index = 2; @else var default_tab_index = 0; @endif $('#tabs').tabs('option', 'active', default_tab_index); $('#tabs li a[data-index="' + default_tab_index + '"]').click(); @stop @section('left_nav_panel') @parent @stop @section('main_content') {{-- Tabbed Content Container --}}
{{-- Tab List --}}
@foreach($information['seasons'] as $season) {{-- Season Tab --}}
{{-- BUTTON (1,2): Submit Scores Button --}} {{-- BUTTON (1,2): Air Quality --}} {{-- --}} {{-- SPRING --}} @if (Helpers::strEqual($season, 'spring')) {{-- Live Coverage --}} {{-- --}} {{-- Tickets --}} {{-- --}} {{-- Baseball --}} {{-- Softball --}} {{-- Boys Track & Field --}} {{-- Girls Track & Field --}} {{-- Boys Tennis --}} {{-- Girls Tennis --}} {{-- Boys Golf --}} {{-- Girls Golf --}} {{-- Band/Orchestra --}} {{-- Choir --}} {{-- Solo Music --}} {{-- Speech --}} {{-- NFHS Network --}} {{-- Programs --}} {{-- --}} {{-- OSAA Store --}} {{-- Health & Safety --}} {{-- --}} {{-- Records --}} @endif {{-- WINTER --}} @if (Helpers::strEqual($season, 'winter')) {{-- Priority Sport Buttons --}} @foreach ($information['activities'][strtolower($season)] as $slug => $name)
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/mobile/mobile_home.blade.php on line 297