|
@@ 2427-2430 (lines=4) @@
|
| 2424 |
|
{ |
| 2425 |
|
$filename = substr($filename, 2); |
| 2426 |
|
} |
| 2427 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2428 |
|
{ |
| 2429 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2430 |
|
} |
| 2431 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2432 |
|
{ |
| 2433 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2431-2434 (lines=4) @@
|
| 2428 |
|
{ |
| 2429 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2430 |
|
} |
| 2431 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2432 |
|
{ |
| 2433 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2434 |
|
} |
| 2435 |
|
} |
| 2436 |
|
|
| 2437 |
|
if(is_dir($plugin_path . 'lang')) |