A theme plugin for Access to Memory (AtoM) designed for University of Victoria Special Collections and University Archives. It is an extension of the default Dominion theme.
- UVic Edge branding
- Improved text colour contrasts for better WCAG 2.0 compliance
- 'Popular this week' sidebar replaced with 'New additions' on landing page
- Minor header tweeks for mobile
For a typical installation of AtoM, use the following steps:
-
Create
atom/plugins/arUVicEdgePlugin
directory -
Move all files in the plugin repo to
atom/plugins/arUVicEdgePlugin
-
Replace
atom/favicon.ico
withatom/plugins/arUVicEdgePlugin/images/favicon.ico
-
Run
make
fromatom/plugins/arUVicEdgePlugin
Or
make -C /usr/share/nginx/atom/plugins/arUVicEdgePlugin
-
The theme should now be selectable from the Admin>Theme menu
If the theme fails to show up in the theme list or causes problems after selection:
-
Clear your browser cache
-
Clear the application cache:
sudo php symfony cc
fromatom
directory -
Restart php-fpm:
sudo systemctl restart php7.2-fpm
orsudo systemctl restart php7.4-fpm
depending on the version running