/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles/view.php (8147B)
assign('title', __('Dashboard')); ?>
Breadcrumbs->reset()->add(__('Contul meu'), null);
$this->Breadcrumbs->prepend([
['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']],
]);
?>
Breadcrumbs->render() ?>
Html->link(__('Modifică'), ['prefix' => 'Dashboard', 'controller' => 'Profiles', 'action' => 'edit'], ['class' => 'btn full primary size-xs ml-auto d-lg-none']); ?>
Html->image($this->Custom->generateUrlHdy(
[
'model_name' => $profile->model_name,
'uuid' => $product->uuid,
'image_name' => $profile->image_path
],
true,
300,
300,
true
), ['class' => 'img-fluid']) ?>
full_name; ?>
user->email; ?>
phone; ?>
Html->link(__('Modifică'), ['prefix' => 'Dashboard', 'controller' => 'UserAddresses', 'action' => 'index'], ['class' => 'btn full primary size-xs ml-auto d-lg-none']); ?>
Html->link(__('Adaugă produs'), ['prefix' => 'Dashboard', 'controller' => 'Products', 'action' => 'add'], ['class' => 'btn full primary size-xs ml-auto d-lg-none']); ?>
Html->image($this->Custom->generateUrlHdy(
[
'model_name' => $product->model_name,
'uuid' => $product->uuid,
'image_name' => $product->featured_image['image_path']
],
true,
300,
200,
true
), ['class' => 'img-fluid']) ?>
name; ?>
Number->format($product->price, ['precision' => 0, 'after' => ' Lei']); ?>
Html->link(__('Vezi produs'), ['prefix' => false, 'controller' => 'Products', 'action' => 'view', 'slug' => $product->slug, 'uuid' => $product->uuid], ['class' => 'btn outline secondary size-xs ml-auto']); ?>