get( 'show_date' ) == 1 ) || ( $params->get( 'show_author' ) == 1 ) ): ?>
created, 'd.m' ); ?>
get( 'show_date' ) == 1 ): ?>
created, $custom_date_format );
?>
get( 'show_author' ) == 1 ): ?>
author; ?>
get( 'show_category' ) == 1 ): ?>
get( 'show_category_link' ) == 1 ): ?>
category_title; ?>
category_title; ?>
get( 'show_title' ) == 1 ): ?>
get( 'show_introtext' ) == 1 ): ?>
get( 'strip_tags' ) == 1 )
{
$item->introtext = JHtmlString::truncateComplex( strip_tags( $item->introtext ), $introtext_truncate, FALSE, TRUE );
}
else
{
$item->introtext = JHtmlString::truncateComplex( ( $item->introtext ), $introtext_truncate, FALSE, TRUE );
}
$item->introtext = str_replace( '...', $params->get( 'replacer_text', '' ), $item->introtext );
echo $item->introtext ?>
get( 'showReadmore' ) == 1 ): ?>
get( 'ReadMoreText' ); ?>