$index_html, "changeFreq"=>$pageChangefreq, "priority"=>$pagePriority); if($dir != "") { $info[] = array("url"=>$index_html_en, "changeFreq"=>$pageChangefreq, "priority"=>$pagePriority); } if(isset($menu['ja'])) { foreach($menu['ja'] as $key => $var) { if(isset($var)) { if($var == "index.html") { continue; } $info[] = array("url"=>"${baseDir}/${var}", "changeFreq"=>$pageChangefreq, "priority"=>$pagePriority); } } foreach($menu['en'] as $key => $var) { if(isset($var)) { if($var == "e-index.html") { continue; } $info[] = array("url"=>"${baseDir}/${var}", "changeFreq"=>$pageChangefreq, "priority"=>$pagePriority); } } } } pclose($ls); } $smartyRoot = "./common/smarty"; require_once("${smartyRoot}/libs/Smarty.class.php"); $oSmarty = new Smarty(); $oSmarty->template_dir = "${smartyRoot}/templates/"; $oSmarty->compile_dir = "${smartyRoot}/templates_c/"; $oSmarty->assign("baseURL", "http://shihokano.info"); getPageInfo(""); getPageInfo("*/"); for($i=0; $iassign("info", $info); $oSmarty->display("sitemap.xml"); ?>