"Sign In to Edit this Site"

Permalink 2 users found helpful
Is there any way to remove the "Sign In to Edit this Site" link from displaying at the bottom of the page?

 
ScottC replied on at Permalink Reply
ScottC
edit the link out of your template.

looks like this:
<span class="sign-in"><a href="<?php echo $this->url('/login')?>"><?php echo t('Sign In to Edit this Site')?></a></span>
MostlyChimp replied on at Permalink Reply
Which file needs to be edited?

This is my first time using Concrete.
synlag replied on at Permalink Reply
synlag
I think this is the /elements/footer.php of your actual theme.

Cheers
orob replied on at Permalink Reply
Thanks for that ScottC and syntag - I wanted to know as well.
I've also found it useful to download c5 to my own computer just so that I can find folders and files quickly before working online on the actual website.
Cheers :)
migueldemelli replied on at Permalink Reply
migueldemelli
So, how do you sign in to edit your website after removing this link to sign in? do we just type in /index after our webiste?

tnx.
pixel8 replied on at Permalink Reply
pixel8
if you don't want a login link, you can just type

www.www.yoursite.com/index.php/login/...
migueldemelli replied on at Permalink Reply
migueldemelli
Yep...that takes care of it. Thanks