mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Should address Issue #22
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user