So i’ve worked with omeka classic before and i found very useful to modify the Collection/show.php, but in Omeka S i cant find the equivalent if anyone knows it would be very useful
Thanks!
This is view/omeka/site/item/browse.phtml : item set is just a list of items with an initial block to display the title and description.
1 Like
Yeah, as Daniel says: the item set “show” page is actually an item browse page with an extra flag set telling it to show data about the set. If you look at the item/browse.phtml view, you’ll see a check for $itemSet
, the item-set-specific part of the page is handled there.
1 Like
Okay thank you very much to both of you