Do you mean put in the navbar so it can be accessed?
If so, Find;
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Underneath Add;
Code:
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
Click save, and it should show up in the navbar and work now.