Hi @Mr_NightRyder,
Thanks for your answer.
That's right, I know this widget. But I need to get this information in a link, such as;
http://www.mywebsite.com/song=here-the-song-artist-and-titleI want to get this link in the index.tpl (main page of the Centovacast panel).
Problem?
The template is a tpl file, which does not support php.
I can do this, for example;
Assuming (for example) that the artist and the title of the song are contained in a variable:
$song
In php it is possible to do this;
http://www.mywebsite.com/<?php echo $song; ?>
How to get the same result on Centovacast?