Skip to content

Commit

Permalink
Merge pull request #6 from mauricerenck/develop
Browse files Browse the repository at this point in the history
fixed: podlove theme settings
  • Loading branch information
mauricerenck authored Mar 22, 2019
2 parents bc345fd + 6ad1cde commit 6ef83fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
}
],
"version": "0.1.2",
"version": "0.4.1",
"autoload": {
"files": [
"config.php",
Expand Down
4 changes: 2 additions & 2 deletions snippets/podlove-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
podlovePlayer('#podlovePlayer', {
<?php if($podcast->podcasterPodloveMainColor()->isNotEmpty() && $podcast->podcasterPodloveHighlighColor()->isNotEmpty()) : ?>
theme: {
main: '<?php echo str_replace('#', '', $podcast->podcasterPodloveMainColor()); ?>',
highlight: '<?php echo str_replace('#', '', $podcast->podcasterPodloveHighlighColor()); ?>'
main: '#<?php echo str_replace('#', '', $podcast->podcasterPodloveMainColor()); ?>',
highlight: '#<?php echo str_replace('#', '', $podcast->podcasterPodloveHighlighColor()); ?>'
},
<?php endif; ?>
tabs: {
Expand Down

0 comments on commit 6ef83fa

Please sign in to comment.