3 // ELGG weblog view page
6 require("../includes.php");
12 define("context", "calendar");
14 $title = run("profile:display:name") . " :: " . gettext("Event Archives");
16 $body = run("calendar:archives:view");
18 $body = run("templates:draw", array(
19 'context' => 'contentholder',
25 echo run("templates:draw:page", array(