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
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}
{g->text text="Album: %s" arg1=$child.title|markup}
Dave
_____________________________________________ Blog & G2 || floridave - Gallery Team
worked, thank you very much indeed
Posts: 27300
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
Posts: 6
worked, thank you very much indeed