Changeset 42 for trunk/Application/View/User.php
- Timestamp:
- Nov 24, 2009, 9:13:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View/User.php
r40 r42 57 57 $Output = $Form->ShowEditForm(); 58 58 $Output .= '<div class="Centred">'; 59 if($Config[' Web']['UserRegistrationEnabled'])59 if($Config['System']['UserRegistrationEnabled']) 60 60 $Output .= '<a href="?Module=User&Action=Register">Registrovat se</a> '; 61 61 $Output .= '<a href="?Module=User&Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>'; … … 85 85 global $Config; 86 86 87 if($Config[' Web']['UserRegistrationEnabled'])87 if($Config['System']['UserRegistrationEnabled']) 88 88 { 89 89 $Form = new Form($this->System, $this->RegisterFormClass, array()); … … 166 166 global $Config; 167 167 168 if($Config[' Web']['UserRegistrationEnabled'])168 if($Config['System']['UserRegistrationEnabled']) 169 169 { 170 170 $Form = new Form($this->System, $this->RegisterFormClass); … … 181 181 global $Config; 182 182 183 if($Config[' Web']['UserRegistrationEnabled'])183 if($Config['System']['UserRegistrationEnabled']) 184 184 { 185 185 $Page = new PageView($this->System);
Note:
See TracChangeset
for help on using the changeset viewer.