mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Work on Avatars (can now be resized at any time). More comment templating options.
This commit is contained in:
@@ -45,7 +45,7 @@ require_once(e107::coreTemplatePath('signup')); //correct way to load a core tem
|
||||
//include_once(e_CORE.'shortcodes/batch/signup_shortcodes.php');
|
||||
|
||||
$signup_shortcodes = e107::getScBatch('signup');
|
||||
$facebook_shortcodes = e107::getScBatch('facebook',TRUE);
|
||||
// $facebook_shortcodes = e107::getScBatch('facebook',TRUE);
|
||||
|
||||
$signup_imagecode = ($pref['signcode'] && extension_loaded('gd'));
|
||||
$text = '';
|
||||
|
Reference in New Issue
Block a user