CC-1990: Widget to display schedule and "Now Playing" on any website
-First working version, needs to be called using: <script> $(document).ready(function() { $("#headerLiveHolder").airtimeLiveInfo(); $("#onAirToday").airtimeShowSchedule(); }); </script>
This commit is contained in:
parent
278938f746
commit
e92be3c186
4 changed files with 146 additions and 83 deletions
|
@ -436,7 +436,7 @@ class Schedule {
|
|||
"current"=>Schedule::GetScheduledItemData($timeNow, 0),
|
||||
"next"=>Schedule::GetScheduledItemData($timeNow, 1, $next, "48 hours"),
|
||||
"currentShow"=>Show_DAL::GetCurrentShow($timeNow),
|
||||
"nextShow"=>Show_DAL::GetNextShow($timeNow),
|
||||
"nextShow"=>Show_DAL::GetNextShows($timeNow, 1),
|
||||
"timezone"=> date("T"),
|
||||
"timezoneOffset"=> date("Z"),
|
||||
"apiKey"=>$CC_CONFIG['apiKey'][0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue