summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-03-16 15:09:01 +0000
committerdeva <deva>2010-03-16 15:09:01 +0000
commit6f1a8b8a59ce23383dce430c1da1a91fc7fff72b (patch)
treeff90b0fe413b12a72d3a776191dd31d7a2dd357d
parent008411240d192871d40bc2075911ff794ecb25a0 (diff)
Fix broken static path to chicken.jpg
-rw-r--r--utils/modules/discography.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/discography.php b/utils/modules/discography.php
index 2f4589d..3bbce99 100644
--- a/utils/modules/discography.php
+++ b/utils/modules/discography.php
@@ -62,7 +62,7 @@ class Track {
if($this->previewurl) {
$str .= " <object type=\"application/x-shockwave-flash\" data=\"player_mp3_maxi.swf\" width=\"25\" height=\"12\">\n";
$str .= " <param name=\"movie\" value=\"player_mp3_maxi.swf\"/>\n";
- $str .= " <param name=\"FlashVars\" value=\"mp3=".$this->previewurl."&amp;showslider=0&amp;width=25&amp;height=12&amp;skin=gfx/chicken.jpg\"/>\n";
+ $str .= " <param name=\"FlashVars\" value=\"mp3=".$this->previewurl."&amp;showslider=0&amp;width=25&amp;height=12&amp;skin=design/mors/chicken.jpg\"/>\n";
$str .= " </object>\n";
} else {
}