1 2 3 4 5
<?php // vim:filetype=javascript // Equivalent to php function of the same name ?> function url (relative) { return "<?php echo $S['conf']['url'] ?>/"+relative; }