I found the html with firebug, but can't find the file on my server.
I want to change this:
- Code: Select all
<div id="gkUserArea">
<a href="/index.php/template/users/registration-form" id="gkRegister">Sign In</a>
<a href="/index.php/template/users" id="gkLogin">Login</a>
</div>
To this:
- Code: Select all
<div id="gkUserArea">
<a href="/index.php/template/users/registration-form" id="gkRegister">Sign Up</a>
<a href="/index.php/template/users" id="gkLogin">Login</a>
</div>
Where is the file path for index.html on my live server for the startup template?
