extranet/includes/mappy/mappy.php

13 lines
294 B
PHP
Raw Normal View History

2009-07-07 15:20:12 +00:00
<?php
define('MAPPY_HOST', 'http://pro.mappy.com');
define('MAPPY_PATH', '/BtoB/scoresdecisions/');
function iframeSrc($town, $way, $num, $postal_code){
$return = MAPPY_HOST.MAPPY_PATH.'photo?photo.town='.$town.';photo.way='.$way.';photo.num='.$num.';photo.postal_code='.$postal_code;
}