mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Batch Import can now read an .xml file of a matching name and use it's info during import for title and description. Batch XMLs will come later.
This commit is contained in:
@@ -606,6 +606,8 @@ define('SITEADMIN', $pref['siteadmin']);
|
||||
define('SITEADMINEMAIL', $pref['siteadminemail']);
|
||||
define('SITEDISCLAIMER', $tp->toHTML($pref['sitedisclaimer'], '', 'emotes_off,defs'));
|
||||
define('SITECONTACTINFO', $tp->toHTML($pref['sitecontactinfo'], true, 'emotes_off,defs'));
|
||||
define('SITEEMAIL', vartrue($pref['replyto_email'],$pref['siteadminemail']));
|
||||
|
||||
|
||||
/* Withdrawn 0.8
|
||||
// legacy module.php file loading.
|
||||
|
Reference in New Issue
Block a user