Events Next Weekend
Events This Weekend
startDate->format('Y-m-d'), $weekend->endDate->format('Y-m-d'), false, false, false, 25);
$content = new TextBot('ConcertsDailyNewDesign');
$content->instance->setLimit(1);
$content->setEvents($events);
$content->instance->setVenues(array('Park Theater at Park MGM' => '3', 'MGM Grand Garden Arena' => '2', 'T-Mobile Arena' => '1'));
$content->instance->setLayout('TNEventImageOutput');
$content->render();
?>
instance->setLimit(1);
$content->instance->setVenues(array('OMNIA Las Vegas', 'Hakkasan Nightclub'));
$content->instance->setDate($dj_date->format('Y-m-d'));
$content->instance->setLayout('DJImage');
$content->instance->setLimit(1);
$content->render();
?>
More Events Next Weekend
More Events This Weekend
format('G') >= (int) $day_start) :
?>
Things To Do Today
instance->setCity('Las Vegas');
$weather->instance->setDate($currentTime);
if($dayTimeStart < $currentTime) {
$weather->instance->setTime('current');
$weather->instance->displayTime = 'now';
}
else {
$weather->instance->setTime('15:00');
$weather->instance->displayTime = '3pm';
}
$weather->instance->setLayout('Small');
$weather->instance->setMode('regular');
$weather->render();
?>
instance->schedule = 'featured';
$bot->instance->description = 'short';
$bot->instance->setDate($featuredDate);
$bot->instance->setLimit(4);
$bot->render();
?>
More Things To Do Today
Things To Do Tonight
instance->setCity('Las Vegas');
$weather->instance->setDate($currentTime);
$weather->instance->iconSet = 'night';
if($currentTime > $nightStart) {
$weather->instance->setTime('current');
$weather->instance->displayTime = 'now';
}
else {
$weather->instance->setTime('22:00');
$weather->instance->displayTime = '10pm';
}
$weather->instance->setLayout('Small');
$weather->instance->setMode('regular');
$weather->render();
?>
instance->schedule = 'featured';
$bot->instance->description = 'short';
$bot->instance->setDate(date('Y-m-d'));
$bot->instance->setLimit(3);
$bot->render();
?>
Load More
$ttdActiveTime || (isset($displayTomorrow))) :
$tomorrow = new DateTime();
$tomorrow->modify('+24 hours');
?>
Things To Do Tomorrow
instance->schedule = 'operational';
$bot->instance->setDate( $tomorrow->format('Y-m-d') );
$bot->instance->description = 'short';
$bot->instance->setLimit(2);
$bot->render();
?>
More things to do in las vegas tomorrow