 |
 |
 |
 |
 |
| Author |
Message |
tonyp Newbie


Joined: Sep 25, 2003 Posts: 3
|
Posted: Tue Sep 30, 2003 8:40 pm Post subject: Module to point to a page |
|
|
I am a half newb now...
I want to put a text link in say the main menu and when you click on it have it open a page like it does when you click on admin or something.
I ahve use the php tools to turn my existing html text into a module but I get an PHP error when I click on the moduule link.
Can ya help me out on what I actually have to do...
Thanks,
Tony |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Tue Sep 30, 2003 9:46 pm Post subject: |
|
|
In the ./blocks/block-Modules.php file, find this line:
| Code: |
$content .= "<strong><big>·</big></strong> <a href=\"index.php\">"._HOME."</a><br>\n";
|
Add this line below it, substituting your LINK information:
| Code: |
$content .= "<strong><big>·</big></strong><a href=\"LINK\">LINK NAME</a><br>\n";
|
_________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
tonyp Newbie


Joined: Sep 25, 2003 Posts: 3
|
Posted: Wed Oct 01, 2003 2:44 pm Post subject: |
|
|
| Thanks a Million! |
|
| Back to top |
|
|
 |
 |
 |
 |
| |
 |