set_prefilter($target, 'add_ed_help_prefilter'); } } function add_ed_help_prefilter($content) { global $template; $themeconf = $template->get_template_vars('themeconf'); $search = ''; $add = ' {combine_script id=\'core.scripts\' load=\'async\' path=\'themes/default/js/scripts.js\'} '.l10n('ExtendedDesc_help').''; return str_replace($search, $search.$add, $content); } function extended_desc_popup($help_content, $get) { if ($get == 'extended_desc') { $help_content = load_language('help.html', EXTENDED_DESC_PATH, array('return'=>true)); } return $help_content; } ?>