6 lines
244 B
PHP
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>
|