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