Авторизуйтесь по паролю
nevinskii 08.05.2015 Все вопросы » Ламерские вопросы 2503
65uvabit - 2015-05-098 мая 2015 20:21 - #44319
nevinskii - 2015-05-098 мая 2015 20:23 - #44320
vitnet - 2015-05-098 мая 2015 23:09 - #44325
if( $this->safe_mode AND !$config['allow_search_link'] AND $target ) return "<a href=\"" . $url['html'] . "\" " . $target . " rel=\"nofollow\">" . $url['show'] . "</a>" . $url['end']; else return "<a href=\"" . $url['html'] . "\" " . $target . ">" . $url['show'] . "</a>" . $url['end'];
if( $this->safe_mode AND !$config['allow_search_link'] AND $target ) { return "<a href=\"" . $url['html'] . "\" " . $target . " rel=\"nofollow\">" . $url['show'] . "</a>" . $url['end']; } elseif( $this->check_home($url['html']) ) { return "<a href=\"" . $url['html'] . "\" " . $target . ">" . $url['show'] . "</a>" . $url['end']; } else { return "<a href=\"" . $url['html'] . "\" " . $target . " rel=\"nofollow\">" . $url['show'] . "</a>" . $url['end']; }
nevinskii - 2015-05-098 мая 2015 23:33 - #44326
vitnet - 2015-05-098 мая 2015 23:38 - #44327
nevinskii - 2015-05-098 мая 2015 23:49 - #44330
nevinskii - 2015-05-098 мая 2015 23:41 - #44328
vitnet - 2015-05-098 мая 2015 23:55 - #44331
nevinskii - 2015-05-098 мая 2015 23:59 - #44332
.ui-dialog {
z-index: 9999;
$tpl->set( '{short-story}', $row['short_story'] );
$tpl->set( '{short-story}', $row['short_story'] ); $tpl->set_block("'\\[short_story\\](.*?)\\[/short_story\\]'si", $row['short_story'] ? '\\1' : '');
[short-story]Показать этот текст, если есть краткая новость[/short-story]
[not-short-story]Показать этот текст, если краткой новости нет[/not-short-story]