Example #1
0
	<script language="javascript" type="text/javascript" src="<?php 
echo content_url();
?>
/themes/realestatenew/js/jquery.easing.js"></script>
	<script language="javascript" type="text/javascript" src="<?php 
echo content_url();
?>
/themes/realestatenew/js/script.js"></script> -->
	<style type="text/css" media="screen">
html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; }
</style> 
	</head>

<body id="<?php 
echo tarski_bodyid();
?>
" <?php 
body_class();
?>
>
<div id="wrapper" class="tarski">
    <div id="header">
	<div class="flag">
	
	</div>
        <?php 
th_header();
?>
			<div style="clear:both;height:1px;width:100%;"></div>
    </div> 
Example #2
0
/**
 * get_tarski_bodyid() - Returns the id that should be applied to the document body.
 * 
 * @deprecated 2.0
 * @see tarski_bodyid()
 * @return string
 */
function get_tarski_bodyid()
{
    _deprecated_function(__FUNCTION__, '2.0', tarski_bodyid(true));
    tarski_bodyid(true);
}
Example #3
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">