joomla - implementing a site wrapper in php -


i saw joomla's built in component, wrapper (or module, can't recall). page can show website(while being in site). logic behind this? suggestions on how implement in php (i don't know start)?

i'm pretty sure don't need php this, <iframe>:

<iframe src="http://google.com/"></iframe> 

Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -