mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 12:01:05 +02:00
- Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
This commit is contained in:
@@ -2151,6 +2151,7 @@ class e_parse
|
||||
//'{e_HANDLER}' => e_HANDLER_ABS, - no ABS path available
|
||||
'{e_MEDIA}' => e_MEDIA_ABS,
|
||||
'{e_WEB}' => e_WEB_ABS,
|
||||
'{e_BASE}' => e_HTTP,
|
||||
);
|
||||
break;
|
||||
|
||||
@@ -2175,6 +2176,7 @@ class e_parse
|
||||
//'{e_HANDLER}' => e_HANDLER_ABS, - no ABS path available
|
||||
'{e_MEDIA}' => SITEURLBASE.e_MEDIA_ABS,
|
||||
'{e_WEB}' => SITEURLBASE.e_WEB_ABS,
|
||||
'{e_BASE}' => SITEURL,
|
||||
);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user