.main-mnu li {
line-height: 48px;
padding: 0 5px;
}
$arr = array(
'country' => $country,
'city' => $city,
'lat' => $lat,
'lng' => $lng,
);
file_put_contents('data_yandex_map.json', json_encode($arr));
.icon_circle-empty-new {
background: url(/lop2.png) 22px 0px;
}
$('input[name="PAY_SYSTEM_ID"]').on("click", function() {
var value = $(this).val();
if (value == 1){
$(this).toggleClass('icon_circle-empty icon_circle-empty-new');
}
else if (value == 2){
// меняем стиль
}
//... и так далее
});
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
$('.shortcut').truncate({
size: auto
});
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ https://site.com/ [R=301,L]
$str = 'Когда Вам покажется, что цель недостижима, не изменяйте цель - изменяйте свой план действий. Конфуций';
$arr = preg_split('//u', mb_strtolower($str), 0, PREG_SPLIT_NO_EMPTY);
$arr_format = preg_grep("/\w/u", $arr);
$arr_count = array_count_values($arr_format);
arsort($arr_count);
print_r($arr_count);