8
hello I am using a personalised mytube. I think you can do like this
add this line in /include/videoloadinfo.php
le="color: #000000"><?php $video['sourceico'] = '<img src="' . XOOPS_URL . '/modules/' . $xoopsModule -> getVar( 'dirname' ) . '/images/icon/' . $video_arr['vidsource'] . '.png" alt="Source" title="Source" style="width: 16px; vertical-align: middle;">';
after
le="color: #000000"><?php $video['icons'] = xtubeDisplayIcons($video_arr['published'], $video_arr['status'], $video_arr['hits']);
add the smarty code in /templates/xoopstube_singlevideo.html
le="color: #000000"><?php <{$video.sourceico}>
after
le="color: #000000"><?php <{$video.icons}>
the same think in /templates/xoopstube_videoload.html
than you must add one icon for each vidsource in /images/icon/ folder like 100.png 101.png ....