This example demonstrates a frame from plugin code. Plugin example.php is used.
<?php define('INC','example'); include_once '../inc/inc.php'; $example_plugin = 'none'; $charset = 'iso-8859-1'; $html_lang = 'en'; $title = 'Frame from a plugin'; inc();?> <p>This example demonstrates a frame from plugin code. Plugin example.php is used.</p> <?inc_foot()?>