1 2 3 4 5 6 7 8 9 10 11
<?php require_once("../../engine/start.php"); global $CONFIG; $body = elgg_view("dashboard/welcome"); echo page_draw("Dashboard", $body); ?>