Problem when copying files into default theme

Hi.
After installing Omeka with Thanks Roy theme , I’ve started to play around a bit to customize the installation.
Wanting to sort the tags, I’ve followed the advice found on and copied the file tags.php into the items folder of the default theme , to make changes there.
Refreshing the page, the tag cloud comes out correctly but the normal headers do not. If I delete the file from the items folder of the default theme, all goes back to normal.
It seems like some information is not passed to the tags.php when it’s located in the default theme, while it gets passed when the version is the one in admin/themes/default/items.
Anybody can help?
Thanks.

It sounds like you may have copied the wrong file. If you want to modify the public view in your theme, you should copy the file from…
/application/views/scripts/items/tags.php
… to…
/themes/your_theme/items/tags.php.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.