Ejemplo n.º 1
0
//Harevest and remove language list from $chars
$languages = array();
if ($chars) {
    $languages = $chars["Languages"];
    unset($chars["Languages"]);
}
?>

<html>
<head>
	<title><?php 
echo $DEFAULT_TITLE;
echo $LANG['WEBKEY'];
?>
        <?php 
echo preg_replace('/\\<[^\\>]+\\>/', '', $dataManager->getClName());
?>
</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">
		<?php 
include_once $SERVER_ROOT . '/config/googleanalytics.php';
?>
	</script>
Ejemplo n.º 2
0
//$taxa  = Array(family => array(TID => DisplayName))
//Harevest and remove language list from $chars
$languages = array();
if ($chars) {
    $languages = $chars["Languages"];
    unset($chars["Languages"]);
}
?>

<html>
<head>
	<title><?php 
echo $defaultTitle;
?>
 Web-Key: <?php 
echo preg_replace('/\\<[^\\>]+\\>/', '', $dataManager->getClName());
?>
</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" />
	<meta name="keywords" content="interactive key,plants identification,<?php 
echo $dataManager->getClName();
?>
" />
	<script type="text/javascript">