How do I move and rename the Login link? (Marix)
Dozza
Joined: 2007-08-28
Posts: 112 |
Posted: Wed, 2008-09-24 09:49 | |||
I've developed a G2 site at http://www.milliepilkington.co.uk/. I'd like to move the 'Login' link (SystemLinks) from the top right of the NavBar and move it to bottom right, on the far right of the pager. I'd also like to rename the link 'Login' to read 'Admin'. Could someone point me in the right direction - I assume I need to make a code tweak to album.tpl? Thanks in advance Quote:
Gallery version = 2.2.3 core 1.2.0.5
|
||||
Posts: 27300
assuming matrix theme
edit theme.tpl move
to before:
<div id="gsFooter">
then
edit modules/core/module.inc
$this->translate('Login')
I think there is more than one place.Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 112
Daves
That's absolutely perfect. Many thanks.
When this login link is clicked, I'd like to edit the text 'Login to your account'.
Last thing, I've been looking for it in modules>core>UserAdmin.inc, SiteAdmin.inc, UserLogin.inc etc but can't track it down! Can you point me at the right file?
Posts: 112
Don't worry, I finally found it.
modules>core>templates>UserLogin.tpl