summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/js/url.js.php')
-rw-r--r--frontend/js/url.js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/js/url.js.php b/frontend/js/url.js.php
index a1b2b93..18dacc8 100644
--- a/frontend/js/url.js.php
+++ b/frontend/js/url.js.php
@@ -1,5 +1,5 @@
<?php // vim:filetype=javascript
// Equivalent to php function of the same name ?>
function url (relative) {
- return "<?php echo $conf['url'] ?>/"+relative;
+ return "<?php echo $S['conf']['url'] ?>/"+relative;
}