Skip to content

Instantly share code, notes, and snippets.

@jeremyb
Created November 3, 2010 13:09
Show Gist options
  • Save jeremyb/661049 to your computer and use it in GitHub Desktop.
Save jeremyb/661049 to your computer and use it in GitHub Desktop.
var globalConfigs = {
env : '<?php echo sfConfig::get('sf_environment') ?>',
userCulture : '<?php echo $sf_user->getCulture() ?>',
urls: {
ajaxAutocomplete : '<?php echo url_for('@homepage') ?>',
ajaxModalBox : '<?php echo url_for('@homepage') ?>'
},
i18n: {
example : "<?php echo esc_specialchars(__('example')) ?>",
exampleModalboxTitle : "<?php echo esc_specialchars(__('example_modalbox_title')) ?>"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment