Trabajando en perfil (tarde)

This commit is contained in:
imnavajas
2023-05-23 22:16:01 +02:00
parent 176f11bef0
commit 43e9851ae8
3 changed files with 44 additions and 350 deletions

View File

@ -96,9 +96,8 @@ class Profile extends BaseController
}
}
echo view(getenv('theme.path').'main/header');
echo view(getenv('theme.path').'form/profile/index', $data);
echo view(getenv('theme.path').'main/footer');
}
public function store()