I'm wondering if its possible to add an new banner to each new album created.. inside that album each photo will display logo of event. what it is I'm trying to do is have different events logo as their own album..
DY
sure, you can make or customize a theme any way you like. for example, edit album.tpl and somewhere put
<img src="{g->theme url="images/`$theme.item.pathComponent`.jpg"}"/>
would add an image from themes/{yourtheme}/images directory called {path component of album}.jpg
Posts: 8601
sure, you can make or customize a theme any way you like.
for example, edit album.tpl and somewhere put
<img src="{g->theme url="images/`$theme.item.pathComponent`.jpg"}"/>would add an image from themes/{yourtheme}/images directory called {path component of album}.jpg