l10n('Add jQuery'), 'URL' => AJQF_ADMIN)); } return $menu; } add_event_handler('loc_end_page_tail', 'ajqf'); function ajqf(){ global $page, $template, $conf; $template->assign('PLUGAJQ', $conf['PLUGAJQ']); $template->set_filename('PLUGAJQ', realpath(AJQF_PATH.'jquery.tpl')); $template->append('footer_elements', $template->parse('PLUGAJQ', true)); } ?>