I am building an online radio website. The radio component is not a Joomla component.
I want to put a horizontal frame at the top or bottom of the page that will show the external radio component. This frame should be visible on all pages and should not refresh when the page is changed.
I have tried to simply create a file named index.html which defines a <frameset> and use it to load Joomla's index.php in one frame and the radio component in another frame. This doesn't work fully because if the user clicks on the home links more than once, it loads index.html again within the Joomla frame, resulting in multiple radio frames.
Could someone suggest a solution for this or tell me how to edit a rockettheme template (in this case Hyperion) so that the header or footer can be shown as a frame?
That doesn't solve my problem as it puts an iframe in an article. I need a frame at the header or footer of the page, and the frame should not be affected by the navigation of the main Joomla site.