|
@@ 2507-2510 (lines=4) @@
|
| 2504 |
|
{ |
| 2505 |
|
$filename = substr($filename, 2); |
| 2506 |
|
} |
| 2507 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2508 |
|
{ |
| 2509 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2510 |
|
} |
| 2511 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2512 |
|
{ |
| 2513 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2511-2514 (lines=4) @@
|
| 2508 |
|
{ |
| 2509 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2510 |
|
} |
| 2511 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2512 |
|
{ |
| 2513 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2514 |
|
} |
| 2515 |
|
} |
| 2516 |
|
|
| 2517 |
|
if(is_dir($plugin_path . 'lang')) |