Files
pae.co.at/trunk/proactiveenglish/apps/frontend/modules/whatdowedo/templates/indexSuccess.php
2017-03-02 21:57:21 -06:00

49 lines
1.4 KiB
PHP

<?php slot('pagenav') ?>
<?php include_partial('pageNav') ?>
<?php end_slot() ?>
<h2><?php echo __('What Do We Do?') ?></h2>
<h3><?php echo __('Business English') ?></h3>
<p>
<?php echo __('Learn and improve your English for use in Business.') ?>
</p>
<p>
<?php echo link_to(__('Read more'), 'whatdowedo/businessenglish') ?>
</p>
<h3><?php echo __('General English') ?></h3>
<p>
<?php echo __('Learn and improve your English in general for work and personal reasons.') ?>
</p>
<p>
<?php echo link_to(__('Read more'), 'whatdowedo/generalenglish') ?>
</p>
<h3><?php echo __('Financial English') ?></h3>
<p>
<?php echo __('Learn and improve your English in the fields of Finance and Banking.') ?>
</p>
<p>
<?php echo link_to(__('Read more'), 'whatdowedo/financialenglish') ?>
</p>
<h3><?php echo __('International Legal English') ?></h3>
<p>
<?php echo __('Learn and improve your English for the world of international law.') ?>
</p>
<p>
<?php echo link_to(__('Read more'), 'whatdowedo/internationallegalenglish') ?>
</p>
<h3><?php echo __('Professional English') ?></h3>
<p>
<?php echo __('Learn and improve your English in other professional fields such as Medicine and Engineering.') ?>
</p>
<p>
<?php echo link_to(__('Read more'), 'whatdowedo/professionalenglish') ?>
</p>
<h3><?php echo __('Professional Translation Services', null, 'whatdowedo.translationServices') ?></h3>
<?php include_partial('translationServices') ?>