" . $lang->editor->sourceFile . ''?>
editor->fileName;?> editor->exampleHook; } elseif($action and $action == 'extendOther' and strpos(basename($filePath), '.js') !== false or $action == 'newJS') { echo $lang->editor->exampleJs; } elseif($action and $action == 'extendOther' and strpos(basename($filePath), '.css') !== false or $action == 'newCSS') { echo $lang->editor->exampleCss; } else { echo $lang->editor->examplePHP; } ?>