I would like to remove the 'Album' text / name from the view video page! I'm not sure how to do this.....
Does anyone know how ??
The part I mean is the album name text that is located directly above video being played!
regards
I would like to remove the 'Album' text / name from the view video page! I'm not sure how to do this..... Does anyone know how ?? The part I mean is the album name text that is located directly above video being played! regards DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
modules/boonex/videos/templates/base/view_unit.html replace this line: <bx_text:_sys_album />: <a href="__albumUri__">__albumCaption__</a> with this: <br /> |