AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / docs / include / sidemenus / getting_start.inc.php
1 <?php
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
7 /*                                                                      */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 if (!defined('TR_INCLUDE_PATH')) { exit; }
14 require_once(TR_INCLUDE_PATH.'vitals.inc.php');
15
16 global $savant;
17
18 $savant->assign('title', _AT('getting_start'));
19 $savant->assign('dropdown_contents', _AT('getting_start_info'));
20 //$savant->assign('default_status', "hide");
21
22 $savant->display('include/box.tmpl.php');
23 ?>