I installed the gallery theme Ebony and made changes to it so it will fit to my clients website. I'm showing my photoalbum in an i-frame on the clients website so it will blend in the design.
Now I want to make the login-link open in a new window (target=_blank). How can i do that? I've tried everything.
Can anyone help me?
Maggie
Posts: 22892
You would need to edit:
/gallery2/modules/core/templates/blocks/SystemLinks.tpl and save as
/gallery2/modules/core/templates/blocks/local/SystemLinks.tpl
Here is some suto code to get you started
{if $theme.systemLinks[$linkId].text == "Login"}target=_blank {/if}Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team