function _sl in ShURLy 6
Same name and namespace in other branches
- 8 shurly.module \_sl()
- 7 shurly.module \_sl()
Internal function to call l() without language prefixing or subdomain rewrites
1 call to _sl()
File
- ./shurly.module, line 940 
- description http://www.youtube.com/watch?v=Qo7qoonzTCE
Code
function _sl($text, $path, $options = array()) {
  $options['language'] = _shurly_language_stub();
  return l($text, $path, $options);
}