Skip to content

Commit 6ef83fa

Browse files
authored
Merge pull request #6 from mauricerenck/develop
fixed: podlove theme settings
2 parents bc345fd + 6ad1cde commit 6ef83fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"version": "0.1.2",
12+
"version": "0.4.1",
1313
"autoload": {
1414
"files": [
1515
"config.php",

snippets/podlove-player.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
podlovePlayer('#podlovePlayer', {
2424
<?php if($podcast->podcasterPodloveMainColor()->isNotEmpty() && $podcast->podcasterPodloveHighlighColor()->isNotEmpty()) : ?>
2525
theme: {
26-
main: '<?php echo str_replace('#', '', $podcast->podcasterPodloveMainColor()); ?>',
27-
highlight: '<?php echo str_replace('#', '', $podcast->podcasterPodloveHighlighColor()); ?>'
26+
main: '#<?php echo str_replace('#', '', $podcast->podcasterPodloveMainColor()); ?>',
27+
highlight: '#<?php echo str_replace('#', '', $podcast->podcasterPodloveHighlighColor()); ?>'
2828
},
2929
<?php endif; ?>
3030
tabs: {

0 commit comments

Comments
 (0)