I would like to remove the phoca "back to category button" from default_images.php
I have removed the flollowing code:
// Display back button to categories list
if ($cv->item_type == 'categorieslist'){
$rightDisplay = 1;
}
from
com_phocagallery\views\category\tmpl\default_images.php

The back button however is still rendered.
I wonder if I have to alter the code below:
// Display back button to categories list
if ($rightDisplay == 1) {
// A Start
echo '<a class="block"';
echo ' href="'. $cv->extm.'"';
Or do I need to remove the back button from elsewhere?
Thank you very much and have a great day ahead
Dave

