mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Shortcode path fixes
This commit is contained in:
@@ -154,7 +154,7 @@ if(SITECONTACTINFO && $CONTACT_INFO)
|
||||
|
||||
if(isset($pref['sitecontacts']) && $pref['sitecontacts'] != 255)
|
||||
{
|
||||
require_once(e_FILE."shortcode/batch/contact_shortcodes.php");
|
||||
require_once(e_CORE."shortcodes/batch/contact_shortcodes.php");
|
||||
$text = $tp->parseTemplate($CONTACT_FORM, TRUE, $contact_shortcodes);
|
||||
|
||||
if(trim($text) != "")
|
||||
|
Reference in New Issue
Block a user