/var/www/vhosts/ihelp.ro/httpdocs/templates/Categories
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Categories/index.php (613B)
Categorii
parent_id)) {
echo '- ' . $this->Html->link('__' . $category->name, ['controller' => 'Categories', 'action' => 'view', 'slug' => $category->slug]) . '
';
} else {
echo '- ' . $this->Html->link($category->name, ['controller' => 'Categories', 'action' => 'view', 'slug' => $category->slug]) . '
';
}
endforeach;
endif;
?>