XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
page.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 */
26 $pages = array(
27  'langselect' => array(
28  'name' => LANGUAGE_SELECTION,
29  'title' => LANGUAGE_SELECTION_TITLE),
30  'start' => array(
31  'name' => INTRODUCTION,
32  'title' => INTRODUCTION_TITLE),
33  'modcheck' => array(
34  'name' => CONFIGURATION_CHECK,
35  'title' => CONFIGURATION_CHECK_TITLE),
36  'pathsettings' => array(
37  'name' => PATHS_SETTINGS,
38  'title' => PATHS_SETTINGS_TITLE),
39  'dbconnection' => array(
40  'name' => DATABASE_CONNECTION,
41  'title' => DATABASE_CONNECTION_TITLE),
42  'dbsettings' => array(
43  'name' => DATABASE_CONFIG,
44  'title' => DATABASE_CONFIG_TITLE),
45  'configsave' => array(
46  'name' => CONFIG_SAVE,
47  'title' => CONFIG_SAVE_TITLE),
48  'tablescreate' => array(
49  'name' => TABLES_CREATION,
50  'title' => TABLES_CREATION_TITLE),
51  'siteinit' => array(
52  'name' => INITIAL_SETTINGS,
53  'title' => INITIAL_SETTINGS_TITLE),
54  'tablesfill' => array(
55  'name' => DATA_INSERTION,
56  'title' => DATA_INSERTION_TITLE),
57  'configsite' => array(
58  'name' => CONFIG_SITE,
59  'title' => CONFIG_SITE_TITLE),
60  'theme' => array(
61  'name' => THEME,
62  'title' => THEME_TITLE),
63  'moduleinstaller' => array(
64  'name' => MODULES,
65  'title' => MODULES_TITLE),
66  'end' => array(
67  'name' => WELCOME,
68  'title' => WELCOME_TITLE),
69  );
70 
71 ?>