19 lines
702 B
PHP
19 lines
702 B
PHP
<?php slot('pagenav') ?>
|
|
<?php include_partial('pageNav') ?>
|
|
<?php end_slot() ?>
|
|
|
|
<h2><?php echo __('How Do We Do It?') ?></h2>
|
|
<h3><?php echo __('Course Structure') ?></h3>
|
|
<p>
|
|
<?php echo __('We offer a variety of different course structures, including One-to-One
|
|
courses, Courses and Intensive Courses.') ?>
|
|
</p>
|
|
<p><?php echo link_to(__('Read more'), 'howdowedoit/coursestructure') ?></p>
|
|
|
|
<h3><?php echo __('Methodology / Philosophy') ?></h3>
|
|
<p>
|
|
<?php echo __('Our philosophy places the learner at the centre of the learning process and
|
|
we use the latest available methods and styles of language teaching.') ?>
|
|
</p>
|
|
<p><?php echo link_to(__('Read more'), 'howdowedoit/methodology') ?></p>
|