Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Комментируем строки отмеченные красным.if($current_user->married_with != "") {
if($current_user->sex == 1) {
echo $w_roz_marr_man_yes;
}
else if($current_user->sex == 2) {
echo $w_roz_marr_wom_yes;
}
else {
echo $w_roz_marr_it_yes;
}
$user_to_search = $current_user->married_with;
$u_ids = array();
include($ld_engine_path."users_search.php");
echo " ";
if (count($u_ids)) {
for($i = 0; $i < count($u_ids); $i++) {
// if(strcasecmp($u_names[$i], $user_to_search) == 0){
echo "<a target=_parent href='".$chat_url."fullinfo.php?session=$session&user_id=".$u_ids[$i]."'>";
break;
//}
}
}
echo "<b>".$current_user->married_with."</b>";
if (count($u_ids)) {
echo "</a>";
}
}
Там в продолжении этих строк будет написано див.,замени на см.$message_format....
$message_fromme.....
$private_message......
$private_message_fromme......
Может кто знает как поменять див. на русское см. когда отправляешь время?