예제 #1
0
<?php

include_once 'config/symbini.php';
include_once $serverRoot . '/classes/SiteMapManager.php';
header("Content-Type: text/html; charset=" . $charset);
$submitAction = array_key_exists('submitaction', $_REQUEST) ? $_REQUEST['submitaction'] : '';
$smManager = new SiteMapManager();
?>
<html>
<head>
	<title><?php 
echo $defaultTitle;
?>
 Site Map</title>
	<link href="css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<script type="text/javascript">
		function submitTaxaNoImgForm(f){
			if(f.clid.value != ""){
				f.submit();
			}
			return false;
		}
	</script>
	<script type="text/javascript" src="js/symb/shared.js"></script>
예제 #2
0
<?php

include_once 'config/symbini.php';
include_once $SERVER_ROOT . '/classes/SiteMapManager.php';
include_once $SERVER_ROOT . '/content/lang/sitemap.' . $LANG_TAG . '.php';
header("Content-Type: text/html; charset=" . $CHARSET);
$submitAction = array_key_exists('submitaction', $_REQUEST) ? $_REQUEST['submitaction'] : '';
$smManager = new SiteMapManager();
?>
<html>
<head>
	<title><?php 
echo $DEFAULT_TITLE;
echo $LANG['SITEMAP'];
?>
</title>
	<link href="css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<script type="text/javascript">
		function submitTaxaNoImgForm(f){
			if(f.clid.value != ""){
				f.submit();
			}
			return false;
		}