Examples » Frame from a plugin

This example demonstrates a frame from plugin code. Plugin example.php is used.

Inc v.1.0.0 | Settings: example | ob is enabled | Executed in 0.01 s. | Hide source
<?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()?>