This hook is located in admin/template/editusergroup.php and will be executed to display your plugin user-group permission.You can include a file, for example:plugins/yourplugin/template/usergroup_edit.php
This hook is located in template/yourtemplate/page.php / template/yourtemplate/newsart.php and will be executed to display your plugin grid result.You can include a file, for example:if ($pg['pluginid'] == ...
This hook is located in template/yourtemplate/search.php and will be executed to display your plugin search result.You can include a file, for example:plugins/yourplugin/template/mysearchresult.php
This hook is located in template/yourtemplate/sitemap.php and will be executed to display your plugin sitemap list.You can include a file, for example:plugins/yourplugin/template/sitemap.php
This hook is located in template/yourtemplate/tags.php and will be executed to display your plugin tags.You can include a file, for example:plugins/yourplugin/template/tags.php
This hook is located in template/yourtemplate/footer.php and will be executed at the very end just before the tag.You can include a file, for example:plugins/yourplugin/template/end.php
This hook is located in template/yourtemplate/footer.php and will be executed at the very beginning in the footer template.You can include a file, for example:plugins/yourplugin/template/footer.php
This hook is located in template/yourtemplate/page.php and will be executed between title and content.You can include a file, for example:plugins/yourplugin/template/page.php
This hook is in the sidebar and does work together with the grid/widget system, display advertising, buttons or whatever you like in the sidebar.You can include a file, for ...
This hook is located below the header, display advertising, buttons or whatever you like below the navigation and logo.You can include a file, for example:plugins/yourplugin/template/advert.php