3566
This hook is located in admin/template/footer.php and will work together with the grid system, you can use PHP and HTML code.
You can include a file, for example:
if ($pg['pluginid'] == JAK_PLUGIN_FAQ) {
include_once APP_PATH.'plugins/faq/admin/template/faq_connect.php';
}