Example #1
0
/**
 * get_tarski_bodyclass() - Outputs the classes that should be applied to the document body.
 * 
 * @deprecated 2.0
 * @see tarski_bodyclass()
 * @return string
 */
function get_tarski_bodyclass()
{
    _deprecated_function(__FUNCTION__, '2.0', tarski_bodyclass(true));
    tarski_bodyclass(true);
}
Example #2
0
echo tarski_doctitle();
?>
</title>

	<meta http-equiv="Content-Type" content="<?php 
echo get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset');
?>
" />	
	<?php 
wp_head();
?>

</head>

<body id="<?php 
tarski_bodyid();
?>
" class="<?php 
tarski_bodyclass();
?>
"><div id="wrapper">

<div id="header">

	<?php 
th_header();
?>

</div>

<div id="content" class="clearfix">