1
0
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:
CaMer0n
2012-07-12 01:43:38 +00:00
parent c59b733023
commit 90d3ecadcc
3 changed files with 83 additions and 8 deletions

View File

@@ -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.