tags:

views:

63

answers:

1

I am trying to override a component. The file structure is like this:

templates/mytemplate/html/com_contact/contact/<files>

From inside the default_form.php, I want to access another php file. So where do I keep that other file and what changes do I have to make to the component view? I am using Joomla 1.5.15.

A: 

What type of change? Is it a change you can make in the template override?

Donna Vincent
Yes the change is to be made in the template override. For instance, I want to include a page inside an iframe on default_form.php file. Lets say the other page is called myform.php. I want to know how to include this file in iframe src.
chilly-child