<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo"<center><a href=\"http://www.strange.liquid-core.net/Clan%20Radio/radio.blog/\" target=\"_blank\" onclick=\"window.open(this.href, '', 'width=219,height=300,scrollbars=no'); return false;\">"
. "Launch [Kº] radio</a>";
CloseTable();
include("footer.php");
?> |