/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles/edit.php (6887B)
assign('title', __('Modifică profilul')); ?>
Breadcrumbs->reset()->add(__('Modifică profilul'), null);
$this->Breadcrumbs->prepend([
['title' => __('Contul meu'), 'url' => ['controller' => 'Profiles', 'action' => 'view']],
]);
$this->Breadcrumbs->prepend([
['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']],
]);
?>
Breadcrumbs->render() ?>
Form->create($profile, ['type' => 'file', 'novalidate' => true]); ?>
Form->button(__('Salvează'), ['class' => 'btn full primary size-sm ml-auto']); ?>
Form->end(); ?>
start('script'); ?>
end(); ?>