Hi!
Is there a way to call a template from within the URI which is different to the defined template?
e.g.
http://mysite/index.php?page=mypage&tem ... mytemplate
Situation: I need to include a cmsms site into another site with php. I thought about creating a template which only contains {content} and then include this site with php.
Explicit Template Call in URI
Re: Explicit Template Call in URI
I think you could create a custom template that is basically a blank html page with the {content} tag.
Then, assign the page this template and call it into your other site using an iFrame.
If iframes are not your favorite, you can try using the object tag. The method is described here: http://intranation.com/test-cases/object-vs-iframe/
hope this helps
Then, assign the page this template and call it into your other site using an iFrame.
If iframes are not your favorite, you can try using the object tag. The method is described here: http://intranation.com/test-cases/object-vs-iframe/
hope this helps
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--