|
@@ 2434-2437 (lines=4) @@
|
| 2431 |
|
{ |
| 2432 |
|
$filename = substr($filename, 2); |
| 2433 |
|
} |
| 2434 |
|
if(substr_compare($filename, '.js', -3) === 0) |
| 2435 |
|
{ |
| 2436 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2437 |
|
} |
| 2438 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2439 |
|
{ |
| 2440 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
|
@@ 2438-2441 (lines=4) @@
|
| 2435 |
|
{ |
| 2436 |
|
$self->loadFile(array($plugin_path . $filename, 'body', '', 0), TRUE); |
| 2437 |
|
} |
| 2438 |
|
if(substr_compare($filename, '.css', -4) === 0) |
| 2439 |
|
{ |
| 2440 |
|
$self->loadFile(array($plugin_path . $filename, 'all', '', 0), TRUE); |
| 2441 |
|
} |
| 2442 |
|
} |
| 2443 |
|
|
| 2444 |
|
if(is_dir($plugin_path . 'lang')) |