Skip to content
Snippets Groups Projects
Commit fc8aad66 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

specified the theme_get_setting to gin

parent 3fa6ff3d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function gin_page_attachments_alter(&$page) {
}
// Get config of accent color.
$accent_color = theme_get_setting('accent_color');
$accent_color = theme_get_setting('accent_color', 'gin');
if ($logged_in && $accent_color) {
// Attach accent overrides CSS.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment