|
@@ 2474-2477 (lines=4) @@
|
| 2471 |
|
{ |
| 2472 |
|
$filename = substr($filename, 2); |
| 2473 |
|
} |
| 2474 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2475 |
|
{ |
| 2476 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2477 |
|
} |
| 2478 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2479 |
|
{ |
| 2480 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2478-2481 (lines=4) @@
|
| 2475 |
|
{ |
| 2476 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2477 |
|
} |
| 2478 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2479 |
|
{ |
| 2480 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2481 |
|
} |
| 2482 |
|
} |
| 2483 |
|
|
| 2484 |
|
if(is_dir($plugin_path . 'lang')) |