|
@@ 2465-2468 (lines=4) @@
|
| 2462 |
|
{ |
| 2463 |
|
$filename = substr($filename, 2); |
| 2464 |
|
} |
| 2465 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2466 |
|
{ |
| 2467 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2468 |
|
} |
| 2469 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2470 |
|
{ |
| 2471 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2469-2472 (lines=4) @@
|
| 2466 |
|
{ |
| 2467 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2468 |
|
} |
| 2469 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2470 |
|
{ |
| 2471 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2472 |
|
} |
| 2473 |
|
} |
| 2474 |
|
|
| 2475 |
|
if(is_dir($plugin_path . 'lang')) |