Page 1 of 1
Adding ID to Frontendusers logout link?
Posted: Thu Dec 21, 2006 5:33 am
by liquid
Does anyone have any hints as to how I could add an ID to the Frontendusers logout link itself? I am not a PHP wizard by any means and I don't want to break it!
Thanks!
Re: Adding ID to Frontendusers logout link?
Posted: Fri Dec 22, 2006 2:58 am
by jmcgin51
you mean an ID for styling the link??
I'm sure there are cleaner and more official ways to do it, but how about adding span tags around the logout link in the logout template, like this:
{$link_logout}
I didn't try it with an ID, but I did try it with an inline style ({$link_logout}), and it worked perfectly...
Re: Adding ID to Frontendusers logout link?
Posted: Wed Dec 27, 2006 4:42 pm
by liquid
It's always the simplest, answer, right? I'll blame the eggnog for not thinking of that. Thanks!
