예제 #1
0
				<p><?php 
                echo Lang::txt('PLG_COURSES_REVIEWS_REVIEW_WITHOUT_ENROLLING_EXPLANATION');
                ?>
</p>
			</div>
			<?php 
            }
            ?>
		</div>
	<?php 
        }
    }
    ?>

	<?php 
    if ($this->depth <= 1 && $this->params->get('access-review-comment') && !$comment->hasRated($this->obj->get('id'), $this->obj_type, User::get('id')) || $edit) {
        ?>
	<div class="below section">
		<h3 class="post-comment-title">
		<?php 
        if ($this->depth <= 1 && $this->params->get('access-review-comment')) {
            ?>
			<?php 
            echo Lang::txt('PLG_COURSES_REVIEWS_POST_A_REVIEW');
            ?>
		<?php 
        } else {
            ?>
			<?php 
            echo Lang::txt('PLG_COURSES_REVIEWS_POST_A_COMMENT');
            ?>