<head>
<!-- HEAD !-->
<?php cmsPrintHead(); ?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"/>
<?php if($inUser->is_admin){ ?>
<script src="/admin/js/modconfig.js" type="text/javascript"></script>
<script src="/templates/_default_/js/nyromodal.js" type="text/javascript"></script>
<link href="/templates/_default_/css/modconfig.css" rel="stylesheet" type="text/css" />
<link href="/templates/_default_/css/nyromodal.css" rel="stylesheet" type="text/css" />
<?php } ?>
<link href="/templates/_default_/css/reset.css" rel="stylesheet" type="text/css" />
<link href="/templates/_default_/css/text.css" rel="stylesheet" type="text/css" />
<link href="/templates/_default_/css/960.css" rel="stylesheet" type="text/css" />
<link href="/templates/_default_/css/styles.css" rel="stylesheet" type="text/css" />
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script>
</head>
Вот мой head! Когда я выполняю
jQuery(function($){
$("body").delegate("a", "click", function()
{
var href = $(this).attr('href');
$('head').load(href+' .head');
$('.wrapper').load(href+' .content', function()
{
history.pushState(null, null, href);
});
return false;
});
});
У меня обновляеться content а head висит старый а там добавляються js, титлы и т. д. Smarty же) <?php cmsPrintHead(); ?> вот думаю как бы выдирать эти данные