Theming¶
AtoM themes can be customized by editing the appropriate css and .php files, or you can create a custom theme for your AtoM database.
Customize how an AtoM theme looks¶
- Revise website name, tagline and logo in apps/qubit/templates/layout.php.
- Add new logo image to web/images.
- Revise website name & logo section in graphic.css to style new website name, tagline and logo
- Replace favicon.ico in /web.
- Change website meta tags (e.g. title, description, keywords) in apps/qubit/config/view.yml.
- Change the homepage and about page content in staticPages.yml or in the user interface- see Manage static pages.
- Change default user interface labels in siteSettings.yml or in the user interface- see User interface labels.
- Change the default templates for each module in siteSettings.yml or in the user interface- see Default templates.
- Revise default drop-down/picklist values as well as menu options and labels in the user interface- see Manage Menus.
Theme your own version of AtoM¶
- Make changes to the global layout of the website in apps/qubit/templates/layout.php.
- Make css style changes to layout.css, graphic.css, form.css and menu.css
- Make changes to the templates in individual modules (found in the apps/qubit/modules/xxx/templates directory)
See Symfony framework documentation for more assistance.