CMS  Version 3.9
help.inc
Go to the documentation of this file.
1 <?php
2 $help_map = array(
3  "title" => "Calendar",
4  "pages" => array(
5  "calendar_events" => "Calendar Events",
6  "calendar_form" => "Calendar Details",
7  "calendar_view" => "Calendar Month Display",
8  "Event Form" => "Event Form",
9  "Event Type Form" => "Event Type Form",
10  "Event Types" => "Event Types",
11  "Events" => "Events",
12  )
13  );
14 
15 ?>
$help_map
Definition: help.inc:2