Quote:
Originally Posted by Ramsesx
For an easy integration because I don't like the popup version I added into the radiostations template $header $footer and $navar, only the navbar isn't showing but I can live with. Thanks for this hack Dream, it's a masterpiece of coding.
Btw. knows anybody a good site listing radio stations from all countries?
|
in radiostations.php find:
PHP Code:
eval('$html_javascript = "' . fetch_template('RADIOSTATIONS_JAVASCRIPT') . '";');
eval('print_output("' . fetch_template('RADIOSTATIONS') . '");');
Replace with:
PHP Code:
$navbits = array();
$navbits[$parent] = 'Radio';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('$html_javascript = "' . fetch_template('RADIOSTATIONS_JAVASCRIPT') . '";');
eval('print_output("' . fetch_template('RADIOSTATIONS') . '");');