1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

staticUrl() parser method now converts media folder URLs also.

This commit is contained in:
Cameron
2018-01-19 14:05:02 -08:00
parent 3c41e83227
commit b22b1c49cd

View File

@@ -2665,6 +2665,7 @@ class e_parse extends e_parser
$base = '';
$srch = array(
e_HTTP.e107::getFolder('media'),
e_PLUGIN_ABS,
e_THEME_ABS,
e_WEB_ABS,
@@ -2673,6 +2674,7 @@ class e_parse extends e_parser
$repl = array(
$http.$base.e107::getFolder('media'),
$http.$base.e107::getFolder('plugins'),
$http.$base.e107::getFolder('themes'),
$http.$base.e107::getFolder('web'),