diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-10 19:36:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-10 19:36:40 -0300 |
commit | fb55bed3c804a134f8cbdb77607979e384584bb3 (patch) | |
tree | 91133fad04a85cfef8a70218b49509dc5d7130d6 /icecast_page_footer.tpl.php | |
download | icecast_page-fb55bed3c804a134f8cbdb77607979e384584bb3.tar.gz icecast_page-fb55bed3c804a134f8cbdb77607979e384584bb3.tar.bz2 |
Diffstat (limited to 'icecast_page_footer.tpl.php')
-rw-r--r-- | icecast_page_footer.tpl.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/icecast_page_footer.tpl.php b/icecast_page_footer.tpl.php new file mode 100644 index 0000000..9b36144 --- /dev/null +++ b/icecast_page_footer.tpl.php @@ -0,0 +1,19 @@ +<?php +/** + * Format an embeded media element. + */ +?> + <ul> + <li> + Link playlist para o streaming: <a href="<?php print $listen_url; ?>.m3u"><?php print $listen_url; ?>.m3u</a>. + </li> + <li> + Link direto para o streaming: <a href="<?php print $listen_url; ?>"><?php print $listen_url; ?></a>. + </li> + <li> + Caso não consiga visualizar a transmissão no seu navegador ou no seu player favorito, experimente o <a href="http://www.videolan.org/">VLC media player</a>. + </li> + </ul> + + <br />Oferecimento: <a href="http://orelha.radiolivre.org/">Sistema Orelha de Streaming</a>.<br /> + |