thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Registration template #126

Open disvroian opened 11 years ago

disvroian commented 11 years ago

In YumRegistrationController.php Action : actionRegistration Replace : $this->render(Yum::module()->registrationView, array( 'form' => $form, 'profile' => $profile ) );
By $this->render(Yum::module('registration')->registrationView, array( 'form' => $form, 'profile' => $profile ) );

And change tag <? by <?php