breadcrumbs=array( $model->title, ); $this->pageTitle=$model->title; ?> renderPartial('_view', array( 'data'=>$model, )); ?>
commentCount>=1): ?>

commentCount>1 ? $model->commentCount . ' comments' : 'One comment'; ?>

renderPartial('_comments',array( 'post'=>$model, 'comments'=>$model->comments, )); ?>

Leave a Comment

user->hasFlash('commentSubmitted')): ?>
user->getFlash('commentSubmitted'); ?>
renderPartial('/comment/_form',array( 'model'=>$comment, )); ?>