Quote:
Originally Posted by yoyoyoyo
The radiostations.php and radioandtv.php are not the same file - the radioandtv.php has many new/changed lines of code - do a comparison - to simply change the name of the old radiostations.php to radioandtv.php sort of defeats the purpose of the upgrade.
|
I already know that they're not the same.
However, since some user(s) were using the radiostations.php before radioandtv.php. There codes will be like this.
Code:
<script type="text/javascript">
<!--
function openRadioAndTV(){
radioAndTVWindow = window.open('radiostations.php', 'radiostations', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status =no,scrollbars=yes,toolbar=no');
}
//-->
</script>
Now for the Radio and TV link, you can find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And after that, add
<td class="vbmenu_control"><a href="javascript: OpenRadioAndTV()">$vbphrase[rs_radiostations]</a></td>