22 lines
1018 B
PHP
22 lines
1018 B
PHP
<?php slot('pagenav') ?>
|
|
<?php include_partial('pageNav') ?>
|
|
<?php end_slot() ?>
|
|
|
|
<h2><?php echo __('Examples of Programs for Business Exam Preparation') ?></h2>
|
|
<p>
|
|
<?php echo __("We use a variety of tried and tested publications for business exam preparation. Here are two examples:") ?>
|
|
</p>
|
|
<p>
|
|
<?php echo link_to(image_tag("whatdowedo/businessenglish/pass_cambridge_bec_vantage.jpg"), "http://www.summertown.co.uk/default.asp?V_ITEM_ID=158") ?>
|
|
<?php echo link_to(image_tag("whatdowedo/businessenglish/cambridge_bec_vantage.jpg"), "http://www.cambridge.org/elt/catalogue/catalogue.asp?cid=75") ?>
|
|
</p>
|
|
<p>
|
|
<?php echo __('Click on the links below to visit the web sites of these publishers.') ?>
|
|
<br />
|
|
<?php echo link_to("Summertown Publishers", "http://www.summertown.co.uk/default.asp?V_ITEM_ID=158") ?>
|
|
<br />
|
|
<?php echo link_to("Cambridge University Press", "http://www.cambridge.org/elt/catalogue/catalogue.asp?cid=75") ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|