global $lang, $config, $settings;?> foreach ( $this -> articles as $article ):?>
]*?>/", "", $content ); $content = preg_replace( "/[\n\r]/", " ", $content ); $content = mb_substr( $content, 0, 150, 'UTF-8' ) . '...'; echo $content; if ( $article['language']['text'] ) $more = true; } else { echo $article['language']['text']; $more = false; } ?>