Авторизуйтесь по паролю
GFIT 19.06.2014 доп поля, title Общие вопросы по PHP, Хаки 5228
xatabich10 - 2015-05-1820 октября 2014 23:43 - #36495
if ( $xfieldsdata['god'] != '' ) {$xfield_data = ' ('. $xfieldsdata['god']. ')';
vitnet - 2015-05-1821 октября 2014 00:04 - #36496
xatabich10 - 2015-05-1821 октября 2014 00:11 - #36497
$pre_title = '';$post_title = '';if ( $xfieldsdata['pre_title'] ) $pre_title = $xfieldsdata['pre_title'] . ' '; if ( $xfieldsdata['post_title'] ) $post_title = ' ' . $xfieldsdata['post_title'];if ($titl_e) $metatags['title'] = $pre_title . $titl_e . $post_title . ' » ' . $config['home_title'];
xatabich10 - 2015-05-1821 октября 2014 00:45 - #36498
$year = ''; if ( $xfieldsdata['year'] ) $year = ' ' . $xfieldsdata['year'];if ($titl_e) $metatags['title'] = $titl_e . $year;
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {width: 100%; max-width:100% !important; height:400px; display:block;} @media screen and (max-width: 590px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:300px;} } @media screen and (max-width: 470px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:250px;} }
$this->from = $imageurl;
if ($url['host'] == "image.openmoviedb.com" && stripos($imageurl, "image.openmoviedb.com") !== false) { $type = 'jpg'; // < -- либо другой формат из $allowed_extensions $imageurl = time() + rand(1, 100); $imageurl = $imageurl . "." . $type; $imageurl = preg_replace('#[.]+#i', '.', $imageurl); }