
Create Your Badge
The following code adds Token support to Station modules Playlist
<?php
/*
* Implementation of hook_token_list()
*/
function station_playlist_token_list($type = 'all') {
if ($type == 'node' || $type == 'all') {
$tokens['node']['station_playlistyyyy'] = t("The year the playlist started.");
$tokens['node']['station_playlistmm'] = t("The two-digit month (01-12) the playlist started.");
$tokens['node']['station_playlistmon'] = t("The three-letter month (jan-dec) the playlist started.");
Remote embeded 1pixelout player, used to test effect of width settings