mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
parent
e03ee87345
commit
72c2b93790
2 changed files with 1 additions and 7 deletions
|
|
@ -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