Change place of media player

Here is the code i found in the ZH - Background Music template
Code:
		<if condition="$vboptions[zh_music_onoff]==1">
		<center>
<EMBED SRC="$zhmusicurl" AUTOSTART="$zhmusicautostart" LOOP="$zhmusicloop" HIDDEN="$zhmusichidden" VOLUME="$zhmusicvolume"></EMBED></center>
</if>
 
Back
Top