In this board you can talk about general questions about phpMyFAQ
Moderator: Thorsten
-
markkitchen
- Posts: 25
- Joined: Tue Feb 17, 2004 5:09 am
Post
by markkitchen »
Hello, I would like to hide the Contact area on the front page Public front end.
I have comented out this line in index.php
Code: Select all
"msgContact" => '<a href="'.$_SERVER["PHP_SELF"].'?'.$sids.'action=contact">'.$PMF_LANG["msgContact"].'</a>',
It now has taken away the link, but it leaves text that says "{msgContact} "
How can I remove this?
Thanks!
-
Thorsten
- Posts: 15725
- Joined: Tue Sep 25, 2001 11:14 am
- Location: #phpmyfaq
-
Contact:
Post
by Thorsten »
Hi,
just remove the {msgContact} in the file index.tpl.
bye
Thorsten