mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
fix old chat style
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@461 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
673df1d814
commit
d58c58cc9c
@ -163,7 +163,7 @@ function print_thread_messages($thread, $token, $lastid, $isuser, $format, $agen
|
||||
$url = "$webimroot/thread.php?act=refresh&thread=$threadid&token=$token&html=on&user=".($isuser?"true":"false");
|
||||
|
||||
print("<html><head>\n".
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"$webimroot/chat.css\" />\n".
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"$webimroot/styles/default/chat.css\" />\n".
|
||||
"<meta http-equiv=\"Refresh\" content=\"7; URL=$url&sn=11\">\n".
|
||||
"<meta http-equiv=\"Pragma\" content=\"no-cache\">\n".
|
||||
"</head>".
|
||||
|
@ -32,7 +32,7 @@ function demo_process_thread($act,$outformat,$lastid,$isuser,$canpost,$istyping,
|
||||
start_html_output();
|
||||
$url = "$webimroot/thread.php?act=refresh&thread=0&token=123&html=on&user=".($isuser?"true":"false");
|
||||
print("<html><head>\n".
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"$webimroot/chat.css\" />\n".
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"$webimroot/styles/default/chat.css\" />\n".
|
||||
"<meta http-equiv=\"Refresh\" content=\"7; URL=$url&sn=11\">\n".
|
||||
"<meta http-equiv=\"Pragma\" content=\"no-cache\">\n".
|
||||
"</head>".
|
||||
|
Loading…
Reference in New Issue
Block a user