Hiding Contact Area

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Hiding Contact Area

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
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Post by markkitchen »

Excellent, this is it.
Post Reply