FrameIncludePlugin

This plugin will create an HTML frame that will fill the entire display area of the page (that is, the whole area the user is allowed to edit). All other text will be discarded when the page is rendered (anything outside the call to plugin, that is). In the language of hypertext this is called transclusion.

You might also be interested in the IncludePagePlugin.

Examples: to include a page from another site, use the src attribute:

<?plugin FrameInclude src="http://phpwiki.org/" ?>

To include a page from within this wiki, use the page attribute:

<?plugin FrameInclude page=HomePage ?>

For more information on this plugin please read the PHP source code in the /lib/plugin directory.


PhpWikiDocumentation WikiPlugin