1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

And more notice removals.

Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
Tijn Kuyper
2012-12-08 15:52:40 +01:00
parent 5290bb8ea4
commit f07434a3cb
29 changed files with 217 additions and 234 deletions

View File

@@ -27,7 +27,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
require_once(HEADERF);
if (!$CONTACT_FORM) {
if (!vartrue($CONTACT_FORM)) {
if (file_exists(THEME."contact_template.php")) {
require_once(THEME."contact_template.php");
}
@@ -158,7 +158,7 @@ if(isset($_POST['send-contactus']))
if(SITECONTACTINFO && $CONTACT_INFO)
{
$text = $tp->parseTemplate($CONTACT_INFO, TRUE, $contact_shortcodes);
$text = $tp->parseTemplate($CONTACT_INFO, TRUE, vartrue($contact_shortcodes));
$ns -> tablerender(LANCONTACT_01, $text,"contact");
}