FAQ - Hook: tpl_admin_page_news

Hook: tpl_admin_page_news

3363


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';

}