= AUTH_READ ) { //check if sqlite plugin exists, tagging plugin requires it. if (!plugin_isdisabled('sqlite')) { //Tagging $tagging = plugin_load('helper','tagging'); if ($tagging) { $tagging->tpl_tags(); } } } ?>