2012-10-10 09:01:28 +00:00
|
|
|
<?php $title = ($model->nombreCompleto) ? $model->nombreCompleto : $model->email; ?>
|
|
|
|
|
<?php $this->pageTitle = Yii::t('profind', 'Modificación del perfil') . ' - ' . $title ?>
|
2012-10-02 19:36:18 +00:00
|
|
|
|
|
|
|
|
<?php echo $this->renderPartial('_cerrarCuenta', array('model' => $model)); ?>
|
|
|
|
|
<?php echo $this->renderPartial('_form', array('model' => $model)); ?>
|
|
|
|
|
|