You are here

function _sl in ShURLy 7

Same name and namespace in other branches
  1. 8 shurly.module \_sl()
  2. 6 shurly.module \_sl()

Internal function to call l() without language prefixing or subdomain rewrites

File

./shurly.module, line 1166
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);
}