Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit bbde1ce

Browse files
author
Billy Clark
committed
default config handling wasn't working with latest version of ssp-base.
1 parent c7811e8 commit bbde1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/common-head-elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
<?php
32-
$colors = htmlentities($this->configuration->getValue('theme.color-scheme', 'indigo-purple'));
32+
$colors = htmlentities($this->configuration->getValue('theme.color-scheme') ?: 'indigo-purple');
3333
?>
3434
<link rel="stylesheet" href="material.<?= $colors ?>.1.2.1.min.css">
3535
<link rel="stylesheet" href="styles.2.2.1.css">

0 commit comments

Comments
 (0)