|
@@ 2446-2449 (lines=4) @@
|
| 2443 |
|
{ |
| 2444 |
|
$filename = substr($filename, 2); |
| 2445 |
|
} |
| 2446 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2447 |
|
{ |
| 2448 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2449 |
|
} |
| 2450 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2451 |
|
{ |
| 2452 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2450-2453 (lines=4) @@
|
| 2447 |
|
{ |
| 2448 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2449 |
|
} |
| 2450 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2451 |
|
{ |
| 2452 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2453 |
|
} |
| 2454 |
|
} |
| 2455 |
|
|
| 2456 |
|
if(is_dir($plugin_path . 'lang')) |