You are here

function _sl in ShURLy 6

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

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

1 call to _sl()
shurly_handler_field_shurly_link_test::render in views/shurly_handler_field_shurly_link_test.inc

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);
}