|
@@ 2418-2421 (lines=4) @@
|
| 2415 |
|
{ |
| 2416 |
|
$filename = substr($filename, 2); |
| 2417 |
|
} |
| 2418 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2419 |
|
{ |
| 2420 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2421 |
|
} |
| 2422 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2423 |
|
{ |
| 2424 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2422-2425 (lines=4) @@
|
| 2419 |
|
{ |
| 2420 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2421 |
|
} |
| 2422 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2423 |
|
{ |
| 2424 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2425 |
|
} |
| 2426 |
|
} |
| 2427 |
|
|
| 2428 |
|
if(is_dir($plugin_path . 'lang')) |