Link on site in footer to login and edit page

Permalink
I have Concrete 5 loaded in a subdirectory as I have other pages fronting the site.

I am trying to add a login link to the footer of the pages to allow assigned admins access to edit the pages.

I have added the following to the code: <a href=”<?=$this->url(‘login’)?>”><?=t(‘Login’)?></a>
and the link ends up being:
http://mysite.com/CC5Install/”/CC5Install/index.php/login/&rd...

It should be
http://mysite.com/CC5Install/index.php/login/”...

Any suggestions?

Thanks.
Seth

sethhickel