2 require("../includes.php");
8 define("context", "calendar");
10 $title = run("profile:display:name") . " :: " . gettext("Calendar");
12 if(!isset($_REQUEST["selected_month"]) ||
!isset($_REQUEST["selected_year"])){
13 $body = run("calendar:display:monthly", array($_REQUEST["context"]));
15 }else if(isset($_REQUEST["selected_month"]) && isset($_REQUEST["selected_year"])){
16 $body = run("calendar:display:monthly", array($_REQUEST["selected_month"],
17 $_REQUEST["selected_year"],
18 $_REQUEST["context"]));
21 $body = run("templates:draw", array(
22 'context' => 'contentholder',
28 echo run("templates:draw:page", array(