$tpl->set( '{title}', str_replace("&", "&", htmlspecialchars( $row['title'], ENT_QUOTES, $config['charset'] ) ) );
$tpl->set( '{title.lowercase}', str_replace("&", "&", htmlspecialchars( mb_strtolower($row['title'], $config['charset']), ENT_QUOTES, $config['charset'] ) ) );
[title]Скачать {title} для [cat-tag id="9,10,19-44,101,102" sub="no"]Симс 4[/cat-tag][cat-tag id="53,55,56,57,66,70,74,77-100" sub="no"]Симс 3[/cat-tag][/title]
$key == 'header_title' && $metatags[$key] = mb_strtolower($metatags[$key], $config['charset']);
$metatags[$key] = trim(strip_tags($meta_found[2]));
$key == 'title' && $metatags[$key] = mb_strtolower($metatags[$key], $config['charset']);
! empty ( $metatags['title'] ) && $metatags['title'] = mb_convert_case( $metatags['title'], MB_CASE_LOWER, $config['charset'] ); ! empty ( $metatags['title'] ) && $metatags['title'] = mb_convert_case( $metatags['title'], MB_MB_CASE_TITLE, $config['charset'] );
private static $tpl_header = '<h%1$d id="hmenu-%2$d">%3$s</h%1$d>';
private static $tpl_header = '<div class="prehead prehead-%1$d"></div><h%1$d id="hmenu-%2$d">%3$s</h%1$d>';
.prehead {display: none;} .prehead.prehead-2 {display: block;}
private static $tpl_header = '<h%1$d id="hmenu-%2$d"><a href="#hmenu-item-%2$d" title="К меню">↑</a> %3$s</h%1$d>';
var count = $("#favorite_count").html(); if ($this.hasClass('active')) { $("#favorite_count").html(parseInt(count) + 1); } else { $("#favorite_count").html(parseInt(count) - 1); }