Set up replacement table for path conversions

This commit is contained in:
Kijin Sung 2016-01-12 14:02:26 +09:00
parent 48a5e73bdc
commit b0bfb9a364
3 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,13 @@ class HTMLDisplayHandler
*/
public static $reservedCSS = '@\bcommon/css/(?:xe|mobile)\.(?:min\.)?css$@';
public static $reservedJS = '@\bcommon/js/(?:jquery(?:-[123]\.x)?|xe?|common|js_app|xml_handler|xml_js_filter)\.(?:min\.)?js$@';
/**
* Replacement table for XE compatibility
*/
public static $replacements = array(
'@\bcommon/xeicon/@' => 'common/css/xeicon/',
);
/**
* Produce HTML compliant content given a module object.\n