コード例 #1
0
ファイル: index.php プロジェクト: rmccue/Lilina
 *
 * Based on the 'Fancy' template for Planet
 * @author Planet Development Team <http://planetplanet.org/>
 */
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title><?php 
template_sitename();
?>
</title>
	<link rel="stylesheet" href="<?php 
echo Templates::get_template_dir_url();
?>
/style.css" type="text/css">
	<?php 
template_header();
?>
</head>

<body>
<h1><?php 
template_sitename();
?>
</h1>

<?php 
$notfirst = false;
コード例 #2
0
ファイル: skin.php プロジェクト: JocelynDelalande/Lilina
 /**
  * @deprecated Deprecated in favour of {@see{Templates::get_template_dir_url()}}
  */
 function get_template_directory()
 {
     return Templates::get_template_dir_url();
 }