示例#1
0
echo LANG;
?>
">
<head>
<title><?php 
echo Kio::getTitle();
?>
</title>
<meta charset="utf-8" />
<meta name="Author" content="Kiofol Software (www.kiofol.com)" />
<meta name="Generator" content="KioCMS (www.kiocms.com) © <?php 
echo date('Y');
?>
" />
<meta name="Description" content="<?php 
echo Kio::getDescription();
?>
" />
<meta name="Keywords" content="<?php 
echo Kio::getKeywords();
?>
" />
<meta name="Robots" content="index,follow" />

<?php 
echo Kio::getCssFiles();
// echo $kio->getRss();
?>

<link rel="stylesheet" type="text/css" href="<?php 
echo LOCAL . 'themes/Kiofol/system.css?' . filemtime(ROOT . 'themes/Kiofol/system.css');