(MOD) Add links to login page [message #8617] |
Wed, 27 January 2010 15:47  |
jmkaep
Messages: 1 Registered: January 2010
|
phpCollab guest |
|
|
I would like to make some modifications to the login page ie instead of the "system requirements" show a link to download the manual.
The other possibility is to improve the coding of the "system requirements" page i.e. using ul and li to improve the layout and readability.
I've been poking around for a while now but I can't find the right code. Where can I find the code in the php file that generates the html to do this?
Thanks for your help.
[Updated on: Wed, 27 January 2010 16:00] Report message to a moderator
|
|
|
|
| Re: (MOD) Add links to login page [message #8620 is a reply to message #8617] |
Tue, 09 February 2010 17:46  |
|
|
| jmkaep wrote on Wed, 27 January 2010 07:47 | I would like to make some modifications to the login page ie instead of the "system requirements" show a link to download the manual.
The other possibility is to improve the coding of the "system requirements" page i.e. using ul and li to improve the layout and readability.
I've been poking around for a while now but I can't find the right code. Where can I find the code in the php file that generates the html to do this?
Thanks for your help.
|
jmkaep,
If I remember correctly the menu items are generated from the theme/*/header.php file. Look for:
$blockHeader->itemNavigation($blockHeader->buildLink("../general/systemrequirements.php?",$strings["requirements"],in));
and just add whatever else you want.
You will need to update the other themes as well if you use them.
Hope that helps.
Jeff
|
|
|
|