<?php
if (function_exists('gd_info')) echo 'Installed'; else echo 'NOT installed';
<?php
$title = get_the_title();
$maxLength = 15;
if (mb_strlen($title)>$maxLength) $title = trimr(mb_substr($title, 0, $maxLength)).'…';
echo $title;
?>
$withoutAd = array(
'/урлстраницыкоторуюнепоказывать-1.html',
'/урлстраницыкоторуюнепоказывать-2.html',
);
if (!in_array($_SERVER['REQUEST_URI'], $withoutAd)) {
// показываем баннер везде кроме указанных страниц
}
footer {
background-color: #231f20;
color: white;
display: block;
height: 400px;
left: 0;
min-width: 1200px;
position: absolute;
width: 100%;
}
.footer1 {
background-color: black;
margin: 0 auto;
max-width: 1300px;
min-width: 1200px;
overflow: hidden;
}
<div style="max-width: 1300px;min-width: 1200px; margin:0 auto;">
13.09 ===== 5
13.09 ===== 1
13.09 ===== 3