1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Mailing now considered to be 'frontend' when loading templates. Fixes consistency issues. (eg. login notifications etc.)

This commit is contained in:
Cameron
2014-09-03 14:09:10 -07:00
parent bb6ebd1732
commit ce539d82c4
3 changed files with 10 additions and 10 deletions

View File

@@ -2093,7 +2093,7 @@ class e_parse extends e_parser
'e_HANDLER/' => '{e_HANDLER}', // BC
'e_MEDIA/' => '{e_MEDIA}',
'e_WEB/' => '{e_ADMIN}',
'THEME/' => '{THEME}',
// 'THEME/' => '{THEME}',
);