- Code: Select all
# #-----[ OPEN ]------------------------------------------------- # includes/constants.php # #-----[ FIND ]------------------------------------------------- # define('PAGE_GROUPCP', -11); # #-----[ AFTER, ADD ]------------------------------------------- # // Start - TVGuide MOD define('PAGE_TVGUIDE', -50); // End - TVGuide MOD # #-----[ FIND ]------------------------------------------------- # define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch'); # #-----[ AFTER, ADD ]------------------------------------------- # // Start - TVGuide MOD define('TVGUIDE_CHANNELS_TABLE', $table_prefix.'tvguide_channels'); define('TVGUIDE_SHOWS_TABLE', $table_prefix.'tvguide_shows'); // End - TVGuide MOD
What does this part do? I don't understand why there are titles from series there.
You put your shows in here and when they're found the background has a different colour when the channels are displayed.
Shouldn't be hard to do if you wish for only these shows to appear and not display any others by adding an option to do so.