mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Should address Issue #22
This commit is contained in:
parent
0b03f8ed5a
commit
e2562d52c5
@ -116,13 +116,11 @@ class signup_shortcodes extends e_shortcode
|
||||
|
||||
|
||||
function sc_signup_signup_text()
|
||||
{
|
||||
|
||||
global $SIGNUP_TEXT;
|
||||
{
|
||||
// global $SIGNUP_TEXT;
|
||||
$pref = e107::getPref();
|
||||
$tp = e107::getParser();
|
||||
|
||||
|
||||
|
||||
if($pref['signup_text'])
|
||||
{
|
||||
return $tp->toHTML($pref['signup_text'], TRUE, 'parse_sc,defs');
|
||||
|
@ -185,9 +185,9 @@ if(!defined($COPPA_FAIL))
|
||||
$COPPA_FAIL = "<div style='text-align:center'>".LAN_SIGNUP_9."</div>";
|
||||
}
|
||||
|
||||
if(!defined($SIGNUP_TEXT))
|
||||
//if(!defined($SIGNUP_TEXT))
|
||||
{
|
||||
$SIGNUP_TEXT = $tp->parseTemplate("{SIGNUP_SIGNUP_TEXT}"); // .
|
||||
//$SIGNUP_TEXT = $tp->parseTemplate("{SIGNUP_SIGNUP_TEXT}"); // .
|
||||
//LAN_SIGNUP_80." <b>".LAN_SIGNUP_29."</b><br /><br />".
|
||||
//LAN_SIGNUP_30."<br />".
|
||||
//LAN_SIGNUP_85;
|
||||
@ -196,7 +196,7 @@ if(!defined($SIGNUP_TEXT))
|
||||
if(!defined($SIGNUP_BEGIN))
|
||||
{
|
||||
$SIGNUP_BEGIN = "
|
||||
{SIGNUP_FORM_OPEN}".$SIGNUP_TEXT;
|
||||
{SIGNUP_FORM_OPEN} {SIGNUP_SIGNUP_TEXT}";
|
||||
}
|
||||
|
||||
if(!defined($SIGNUP_BODY))
|
||||
|
Loading…
x
Reference in New Issue
Block a user