Files
2017-03-02 21:57:21 -06:00

6 lines
244 B
PHP

<h2><?php echo $course->getTitle() ?></h2>
<?php echo htmlspecialchars_decode($course->getDescription()) ?>
<p>
<?php echo __("For more information and reservations:") ?>
<?php echo link_to(__("contact information"), "info/contact") ?>
</p>