flexday/report.php

10 lines
222 B
PHP

<?php
if (isset($_GET['s'])) { $FOCUS = $_GET['s'] ; }
else { $FOCUS = "all"; }
$MY_TITLE = "Session Report";
$MY_CRUMB = "Report";
$CONTENT = "<activityreport :which='{$FOCUS}'></activityreport>";
include 'layout.php';