'. (isset($_GET['id']) ? ($postExists ? $getNews[0]['title'] : 'Post does not exist') : 'News ') .'
'; foreach($getNews as $newsPost) { print isset($_GET['id']) ? null : ''.$newsPost['title'].''; print '
'; print ''; print '
'; print '';
                print $flashii->getUserdata($newsPost['uid'])['username'];
                print ''; print '

'; print $flashii->getUserdata($newsPost['uid'])['username']; print '

'; print '
'; print '
'; print '
'; print $mdparser->text($newsPost['content']); print '
'; print '
'; print '
'; print '
Posted on '; print date($fwSettings['dateFormat'], $newsPost['date']); print isset($_GET['id']) ? null : ' View comments'; print '
'; } if(isset($_GET['id'])) { if($postExists) { print "
comments powered by Disqus "; } else { print '
'; print '

The requested news post does not exist!

'; print 'There are a few possible reasons for this:'; print ''; print '
'; } } else { print " "; } print '
'; ?>