Ticket #1080: fix_for_podPress_downloadlinks_container.patch
| File fix_for_podPress_downloadlinks_container.patch, 1.4 KB (added by ntm, 2 years ago) |
|---|
-
podpress_theme.php
41 41 if($podPressContent != '') { 42 42 $podPressContent .= "<br />\n"; 43 43 } 44 $podPressContent .= "\n".'<div id="podPressPlayerSpace_'.$GLOBALS['podPressPlayer'].'"> </div>'."\n" .'<!-- Begin: podPress download link line -->'."\n".'<div class="podPress_downloadlinks">';44 $podPressContent .= "\n".'<div id="podPressPlayerSpace_'.$GLOBALS['podPressPlayer'].'"> </div>'."\n"; 45 45 } 46 46 47 48 $podPressContent .= "\n".'<!-- Begin: podPress download link line -->'."\n".'<div class="podPress_downloadlinks">'; 49 47 50 if(isset($val['image'])) { 48 51 if($val['enableDownload'] && !empty($val['URI'])) { 49 52 $podPressContent .= '<a href="'.$val['URI'].'" target="new">'; … … 56 59 $val['enableDownload'] = false; 57 60 } 58 61 } 62 59 63 if($val['enableTorrentDownload']) { 60 64 $podPressContent .= '<a href="'.$val['URI_torrent'].'" target="new">'; 61 65 if(strstr($val['image'], '_button')) { … … 125 129 $dividerNeeded = true; 126 130 } 127 131 128 $podPressContent .= '</div>'."\n".'<!-- End: podPress download link line -->'."\n";129 132 } 133 134 $podPressContent .= '</div>'."\n".'<!-- End: podPress download link line -->'."\n"; 130 135 } 131 136 132 137 if($podPress->settings['contentAutoDisplayPlayer']) {
