{% else-1 %}
deron * 0.06
(12 апр 2015, 11:58) (0/0) [0]
неработает ставил уже
Добавлено 12.04.15 в 14:00:50:
ребят ну что поможет кто нет?
deron * 0.06
(12 апр 2015, 11:55) (0/0) [0]
приветствую всех
ребят помогите кто знает где в файле head.php надо вставить вот этот код?

if (isset($user) && $webbrowser == true)
{
?><script>
function message(msg)
{
var newTxt = msg;
var oldTxt = "***************";

function message_blink()
{
if(document.title == oldTxt)
{
document.title = newTxt;
}else{
document.title = oldTxt;
}
}

if (document.title != oldTxt)
{
var timer = setInterval(message_blink,1000);
}

}

function show()
{
$.ajax({
url: "/ajax/frend.ajax.php",
cache: false,
success: function(html){
$("#frends"*.html(html);
}
});
}

$(document).ready(function(){
show();
setInterval('show()',10000);
});
</script><div style="position:fixed; left: 10px; bottom:15px;" id="frends"></div><?
}

а вот сам мой head.php

<?
$set['web'] = false;
//header("Content-type: application/vnd.wap.xhtml+xml"*;
//header("Content-type: application/xhtml+xml"*;
header("Content-type: text/html"*;
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>

<title>
<?=$set['title']?>
</title>

<link rel="shortcut icon" href="/style/themes/<?=$set['set_them']?>/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?=$set['set_them']?>/style.css" type="text/css" />
</head>
<body>
<div class="body">
<?
if (isset($_SESSION['message']))
{
echo '<div class="msg">' . $_SESSION['message'] . '</div>';
$_SESSION['message'] = NULL;
}

if ($_SERVER['PHP_SELF'] == '/index.php')
{
?>
<center>
<div class="logo">
<img src="/style/themes/<?=$set['set_them']?>/logo.png" alt="logo" /><br />
<?=$set['title']?>
</div>
</center>
<?
}
?>

у меня движок dcms-social9.8
зарание спс
  • 1 из 1