* fixed in kathrine template

This commit is contained in:
slawkens1
2017-05-04 18:35:00 +02:00
parent a93bd4a0fc
commit 8d7c694c61
3 changed files with 5 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ function news_parse($title, $content, $date, $icon = 0, $author = '', $comments
$tmp = $template_path.'/images/letters/'.$content[0].'.gif';
if(file_exists($tmp)) {
$firstLetter = '<img src="' . $tmp . '" alt="'.$content[0].'" BORDER=0 ALIGN=bottom>';
$content = substr($content, 1);
}
}