2006-07-18 04:18:35
main page
operating system - windows
version of ATutor - 1.5.3
versions of php -
version of mysq l -
webserver & version -
copies of error messages -
changes to default settings -
web browser being used -
and anything else relevant -
I am using Atutor and i am looking for information on how to edit the login and other pages to display links to other parts of my site. Ideally i would like to change the tabs at the also provide links but are called differently i was looking to add my own there as well but i am at a loss to how they are edited i can see them being called from the code. I can see on header.tmlp.php under "topnavlistcontainer" is the code that use to put this tabs, but how can I put some more?From the page source in the browser i can see
<ul id="topnavlist">
<li><a href="/ATutor/login.php" accesskey="1" title="Login Alt+1" class="active">Login</a></li>
<li><a href="/ATutor/registration.php" accesskey="2" title="Register Alt+2">Register</a></li> <li><a href="/ATutor/browse.php" accesskey="3" title="Browse Courses Alt+3">Browse Courses</a></li>
</ul>
How can I change this?
thanks