1 2 3 4 5 6 7 8 9 10 11
<?php require_once("../../engine/start.php"); global $CONFIG; //var_export($CONFIG); $body = elgg_view("testplugin/pageshell"); page_draw("Test plugin",$body); ?>