add_interest('description'); $pd_router -> add_interest('keywords'); $pd_router -> add_interest('title'); $pd_router -> add_interest('robots'); /** * Add a tab for admin-menu */ $pd_router -> add_tab($tx['meta_tags']['tab'], $pth['folder']['plugins'].'meta_tags/meta_tags_view.php'); /** * Set the meta tags contents. */ if($pd_current['title']){ $cf['site']['title'] = $pd_current['title']; } if($pd_current['description']){ $cf['meta']['description'] = $pd_current['description']; } if($pd_current['keywords']){ $cf['meta']['keywords'] = $pd_current['keywords']; } if($pd_current['robots']){ $cf['meta']['robots'] = $pd_current['robots']; } ?>