yield external file

Hello All I currently have a menu on my page which when an option is selected will display the associated rhtml file from one of the views/ directories, nothing fancy works great. I'm trying to extend the menu options to include some older php files that i have not migrated to RoR yet. I guess just putting the files in a new views directory and referencing it as i do the others would work but i can't move them. If i do the following it starts a new page, I need it to be displayed as the content of my current page. <%= link_to "Test", "http://www.helpme.com/&quot; -%> Any way to treat a non-views/ directory file like a view/ directory file?

Hope that makes sense, any help appreciated, thanks...Bill

Bill McG wrote:

Hello All I currently have a menu on my page which when an option is selected will display the associated rhtml file from one of the views/ directories, nothing fancy works great. I'm trying to extend the menu options to include some older php files that i have not migrated to RoR yet. I guess just putting the files in a new views directory and referencing it as i do the others would work but i can't move them. If i do the following it starts a new page, I need it to be displayed as the content of my current page. <%= link_to "Test", "http://www.helpme.com/&quot; -%> Any way to treat a non-views/ directory file like a view/ directory file?

Hope that makes sense, any help appreciated, thanks...Bill

Can anyone help with this. Trying to get an rhtml file from a non-rails directory to show up where yield would normally display a rhtml file from a apps\views directory. Thanks