* @package editor * @version $Id$ * @link http://www.zentao.net */ ?>
'>
{$lang->editor->filePath}"?>
" . $lang->editor->sourceFile . ''?>
" . $lang->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; } ?> editor->isOverride?>