Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'vendor' => 'Cheetah',
13  'title' => 'Profile Customizer',
14  'version' => '1.0.0',
15  'update_url' => '',
16 
17  'compatible_with' => array(
18  '1.0.0'
19  ),
20 
24  'home_dir' => 'cheetah/profile_customize/',
25  'home_uri' => 'profile_customize',
26 
27  'db_prefix' => 'ch_profile_custom_',
28  'class_prefix' => 'ChProfileCustomize',
32  'install' => array(
33  'check_dependencies' => 0,
34  'show_introduction' => 1,
35  'change_permissions' => 1,
36  'execute_sql' => 1,
37  'update_languages' => 1,
38  'recompile_global_paramaters' => 1,
39  'recompile_main_menu' => 0,
40  'recompile_member_menu' => 0,
41  'recompile_site_stats' => 0,
42  'recompile_page_builder' => 0,
43  'recompile_profile_fields' => 0,
44  'recompile_comments' => 0,
45  'recompile_member_actions' => 1,
46  'recompile_tags' => 0,
47  'recompile_votes' => 0,
48  'recompile_categories' => 0,
49  'recompile_search' => 0,
50  'recompile_browse' => 0,
51  'recompile_injections' => 0,
52  'recompile_permalinks' => 1,
53  'recompile_alerts' => 0,
54  'show_conclusion' => 1
55  ),
56  'uninstall' => array (
57  'check_dependencies' => 0,
58  'show_introduction' => 1,
59  'change_permissions' => 0,
60  'execute_sql' => 1,
61  'update_languages' => 1,
62  'recompile_global_paramaters' => 1,
63  'recompile_main_menu' => 0,
64  'recompile_member_menu' => 0,
65  'recompile_site_stats' => 0,
66  'recompile_page_builder' => 0,
67  'recompile_profile_fields' => 0,
68  'recompile_comments' => 0,
69  'recompile_member_actions' => 1,
70  'recompile_tags' => 0,
71  'recompile_votes' => 0,
72  'recompile_categories' => 0,
73  'recompile_search' => 0,
74  'recompile_browse' => 0,
75  'recompile_injections' => 0,
76  'recompile_permalinks' => 1,
77  'recompile_alerts' => 0,
78  'show_conclusion' => 1
79  ),
83  'dependencies' => array(
84  ),
88  'language_category' => 'Cheetah Profile Customize',
92  'install_permissions' => array(
93  'writable' => array('data/images')
94  ),
95  'uninstall_permissions' => array(),
99  'install_info' => array(
100  'introduction' => 'inst_intro.html',
101  'conclusion' => 'inst_concl.html'
102  ),
103  'uninstall_info' => array(
104  'introduction' => 'uninst_intro.html',
105  'conclusion' => 'uninst_concl.html'
106  )
107 );
php
$aConfig
$aConfig
Definition: config.php:8