Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| print_channel ($channel, $start_time, $end_time) | |
Variables | |
| $page_title = 'MythWeb - '.t('Listings') | |
| $result | |
| $date = date("Ymd", $time) | |
| $channel_count = 0 | |
| $displayed_channels = array() | |
| $displayed_channels [$Channels[$key]->channum] = 1 | |
| $channel = &$Channels[$key] | |
| print_channel | ( | $ | channel, | |
| $ | start_time, | |||
| $ | end_time | |||
| ) |
Definition at line 93 of file tmpl/wap/list.php.
| $page_title = 'MythWeb - '.t('Listings') |
Definition at line 17 of file tmpl/wap/list.php.
| $result |
Initial value:
mysql_query('SELECT TO_DAYS(max(starttime)) - TO_DAYS(NOW()) FROM program') or trigger_error('SQL Error: '.mysql_error(), FATAL)
Definition at line 40 of file tmpl/wap/list.php.
Definition at line 47 of file tmpl/wap/list.php.
| $channel_count = 0 |
Definition at line 62 of file tmpl/wap/list.php.
| $displayed_channels = array() |
Definition at line 63 of file tmpl/wap/list.php.
| $displayed_channels[$Channels[$key]->channum] = 1 |
Definition at line 71 of file tmpl/wap/list.php.
| $channel = &$Channels[$key] |
Definition at line 75 of file tmpl/wap/list.php.
1.5.5