how to remove "album:" tag

nemosum

Joined: 2008-04-29
Posts: 6
Posted: Sun, 2008-08-17 20:13

Hi,
I was wondering how I can get rid of the "Album:" tag from the mainpage so only the name of the album is shown

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2008-08-17 20:47

I don't think it can be done with css.
Edit the album.tpl of the theme you are using
{g->text text="Album: %s" arg1=$child.title|markup}

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
nemosum

Joined: 2008-04-29
Posts: 6
Posted: Sun, 2008-08-17 22:33

worked, thank you very much indeed