XOOPS  2.6.0
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 */
11 
27 $pages = array(
28  'langselect' => array(
29  'name' => LANGUAGE_SELECTION,
30  'title' => LANGUAGE_SELECTION_TITLE),
31  'pathsettings' => array(
32  'name' => PATHS_SETTINGS,
33  'title' => PATHS_SETTINGS_TITLE),
34  'start' => array(
35  'name' => INTRODUCTION,
36  'title' => INTRODUCTION_TITLE),
37  'modcheck' => array(
38  'name' => CONFIGURATION_CHECK,
39  'title' => CONFIGURATION_CHECK_TITLE),
40  'dbdriver' => array(
41  'name' => DATABASE_DRIVER,
42  'title' => DATABASE_DRIVER_TITLE),
43  'dbconnection' => array(
44  'name' => DATABASE_CONNECTION,
45  'title' => DATABASE_CONNECTION_TITLE),
46  'dbsettings' => array(
47  'name' => DATABASE_CONFIG,
48  'title' => DATABASE_CONFIG_TITLE),
49  'configsave' => array(
50  'name' => CONFIG_SAVE,
51  'title' => CONFIG_SAVE_TITLE),
52  'siteinit' => array(
53  'name' => INITIAL_SETTINGS,
54  'title' => INITIAL_SETTINGS_TITLE),
55  'tablesfill' => array(
56  'name' => DATA_INSERTION,
57  'title' => DATA_INSERTION_TITLE),
58  'configsite' => array(
59  'name' => CONFIG_SITE,
60  'title' => CONFIG_SITE_TITLE),
61  'theme' => array(
62  'name' => THEME,
63  'title' => THEME_TITLE),
64  'moduleinstaller' => array(
65  'name' => MODULES,
66  'title' => MODULES_TITLE),
67  'extensioninstaller' => array(
68  'name' => EXTENSIONS,
69  'title' => EXTENSIONS_TITLE),
70  'end' => array(
71  'name' => WELCOME,
72  'title' => WELCOME_TITLE)
73 );
const EXTENSIONS_TITLE
Definition: install.php:194
const CONFIG_SITE
Definition: install.php:189
const DATABASE_CONFIG_TITLE
Definition: install.php:59
const THEME_TITLE
Definition: install.php:196
const INITIAL_SETTINGS_TITLE
Definition: install.php:63
const THEME
Definition: install.php:195
const CONFIG_SITE_TITLE
Definition: install.php:190
const LANGUAGE_SELECTION_TITLE
Definition: install.php:47
const CONFIGURATION_CHECK_TITLE
Definition: install.php:51
const LANGUAGE_SELECTION
Definition: install.php:46
const DATABASE_DRIVER
Definition: install.php:54
const DATABASE_CONNECTION_TITLE
Definition: install.php:57
const CONFIG_SAVE
Definition: install.php:60
const MODULES
Definition: install.php:191
const DATABASE_CONNECTION
Definition: install.php:56
const DATA_INSERTION
Definition: install.php:64
const DATA_INSERTION_TITLE
Definition: install.php:65
const INITIAL_SETTINGS
Definition: install.php:62
$pages
Definition: page.php:27
const DATABASE_DRIVER_TITLE
Definition: install.php:55
const MODULES_TITLE
Definition: install.php:192
const WELCOME_TITLE
Definition: install.php:67
const INTRODUCTION_TITLE
Definition: install.php:49
const DATABASE_CONFIG
Definition: install.php:58
const EXTENSIONS
Definition: install.php:193
const CONFIG_SAVE_TITLE
Definition: install.php:61
const PATHS_SETTINGS
Definition: install.php:52
const CONFIGURATION_CHECK
Definition: install.php:50
const INTRODUCTION
Definition: install.php:48
const WELCOME
Definition: install.php:66
const PATHS_SETTINGS_TITLE
Definition: install.php:53