File "config.inc"
Full path: /www/map/mapserver-extensions/pmapper-4.2.0/plugins/roundedboxes/config.inc
File size: 160 B
MIME-type: text/x-php
Charset: utf-8
<?php
$jsFiles = array("jquery.corner.js","roundedboxes.js");
$jsInitFunction = "PM.Plugin.RoundedBoxes.init()";
$cssFiles = array("roundedboxes.css");
?>