diff options
| author | deva <deva> | 2010-03-16 15:09:01 +0000 | 
|---|---|---|
| committer | deva <deva> | 2010-03-16 15:09:01 +0000 | 
| commit | 6f1a8b8a59ce23383dce430c1da1a91fc7fff72b (patch) | |
| tree | ff90b0fe413b12a72d3a776191dd31d7a2dd357d /utils | |
| parent | 008411240d192871d40bc2075911ff794ecb25a0 (diff) | |
Fix broken static path to chicken.jpg
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/modules/discography.php | 2 | 
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."&showslider=0&width=25&height=12&skin=gfx/chicken.jpg\"/>\n";  +			$str .= "            <param name=\"FlashVars\" value=\"mp3=".$this->previewurl."&showslider=0&width=25&height=12&skin=design/mors/chicken.jpg\"/>\n";   			$str .= "          </object>\n";  		} else {  		}  | 
