@section('page_title')
OSAA - Cheerleading Sanctioned Competition Calendar
@stop
@section('page_sub_title')
OSAA {{ Session::get('year') }}-{{ intval(substr(Session::get('year'), 2, 2)) + 1 }} Cheerleading Sanctioned Competition Calendar
@stop
@section('scripts')
@parent
@stop
@section('jquery_init')
$('.page_functions').css('width', 'auto');
$('.button').button();
$('.return_to_cheer')
.button({'icons' : { 'primary' : ' ui-icon-arrowthick-1-w'}})
.css('font-size', '9pt');
$('.tabs').tabs();
function colorRows ()
{
$('table').each(function ()
{
var i = 0;
$('tbody tr:visible', $(this)).each(function ()
{
if (i % 2 == 1)
{
$(this).addClass('odd');
}
else
{
$(this).removeClass('odd');
}
i = i + 1;
});
});
}
colorRows();
@stop
@section('page_functions')
Cheerleading
@stop
@section('main_content')
Fatal error: Class 'activityevent' not found in /home/osaa/web_app/dev/app/views/activities/content/che/calendar.blade.php on line 88