Beispiel #1
0
 function CallCheckForManualBuild()
 {
     if (GoogleSitemapGeneratorLoader::LoadPlugin()) {
         $gs = GoogleSitemapGenerator::GetInstance();
         $gs->CheckForManualBuild();
     }
 }
 function CallDoRobots()
 {
     if (GoogleSitemapGeneratorLoader::LoadPlugin()) {
         $gs =& GoogleSitemapGenerator::GetInstance();
         $gs->DoRobots();
     }
 }