mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
parent
e03ee87345
commit
72c2b93790
2 changed files with 1 additions and 7 deletions
|
|
@ -33,6 +33,7 @@ class HTMLDisplayHandler
|
|||
public static $replacements = array(
|
||||
'@\bcommon/xeicon/@' => 'common/css/xeicon/',
|
||||
'@\beditor/skins/xpresseditor/js/xe_textarea\.(?:min\.)?js@' => 'editor/skins/ckeditor/js/xe_textarea.js',
|
||||
'@/lang$@' => '/lang/lang.xml',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -891,13 +891,6 @@ class TemplateHandler
|
|||
$relativeDir = $this->_getRelativeDir($pathinfo['dirname']);
|
||||
$attr['target'] = $relativeDir . '/' . $pathinfo['basename'];
|
||||
}
|
||||
|
||||
if(substr($attr['target'], -5) == '/lang')
|
||||
{
|
||||
$pathinfo['dirname'] .= '/lang';
|
||||
$pathinfo['basename'] = '';
|
||||
$pathinfo['extension'] = 'xml';
|
||||
}
|
||||
}
|
||||
|
||||
switch($pathinfo['extension'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue