Training Special Offers
Training Special Offers
Take advantage of our current special offers on selected training courses. Some of our offers can go quickly and places are limited. Contact us using the enquire button against the course you are interested in or call us on 023 8000 1008.
{source} <?php
$course_dropdown = 1; //displays the dropdown selection for course choice. USE ONLY ON THE LOCATION/VENUE PAGES
$venue_dropdown = 1; //displays the dropdown selection for venue choice. USE ONLY ON THE COURSE DESCRIPTION PAGES
//$mailshot = 0; //sets if the output table should be for a mailshot or not
//$date_from = 20160505; //filter the output for date
//$date_to = 20160801; //filter the output for end date
//$limit = 500; //set an output limit
//$filter = "exam"; //Filter out course components containing this
//$selected_course_id = 7; //Show only this course, USE ON THE COURSE PAGES. ID is the component from CBS
//$selected_venue = 5; //Show only this venue, USE ON LOCATION VENUE PAGES. Use the parent venue ID from CBS
//$selected_supplier = 3; //Filter on supplier, Supplier ID from CBS, 3 is BPT
$show_offers = 1; //If set to 1 will ONLY show courses with offers
//$show_lp = 0; //If set to 1 will show LP prices IF SET (but will still show all other matching courses)
require JPATH_SITE.'/bookings/print_dates.php';
?> {/source}