|
|
|
|
Variables
Functions
Events
Libraries
|
|
Stores the list of channels as defined by default.
The list of RSS feeds stored in the online XML configuration file is automatically converted and stored in this variable.
Local based list of RSS feeds (for example added by the user) can be set with channels_init.
Format:
default_channels[index] = "
Title^^
URL^^
Value (0: disabled | 1: enabled | 2: enabled and mandatory)^^
Category^^
SubCategory^^
TrackingID
"
Value can be:
0: This channel is disabled
1: This channel is enabled
2: This channel is enabled and is mandatory
TrackingID is optional and can be used to track hits on the RSS feed.
To retrieve the value of the channel depending on the user settings: channels_get_value.
The content of this variable is saved in the local memory with the key DEFAULT_CHANNELS.
|
|
|