pBlog Home
setBreaksEnabled(true) ->text($file); $UmlautConverter = new UmlautConverter; $intro = $UmlautConverter->convert($intro); echo $intro; } ?>
post as $post){ ?>

title; $UmlautConverter = new UmlautConverter; $title = $UmlautConverter->convert($title); echo $title; ?>

pubdate; $UmlautConverter = new UmlautConverter; $pubdate = $UmlautConverter->convert($pubdate); echo $pubdate; ?>

setBreaksEnabled(true) ->text($post->content); $UmlautConverter = new UmlautConverter; $content = $UmlautConverter->convert($content); echo $content; ?>

otherlinks->otherlb as $olb){ ?> otherlink; $UmlautConverter = new UmlautConverter; $otherlink = $UmlautConverter->convert($otherlink); echo $otherlink; ?> mainlink as $mainlink){ ?> mainlink; $UmlautConverter = new UmlautConverter; $mainlink = $UmlautConverter->convert($mainlink); echo $mainlink; ?>

pBlog github.com/mmk2410/pBlog