You are here

function language_cookie_language_switcher in Language Cookie 7.2

Same name and namespace in other branches
  1. 7 language_cookie.module \language_cookie_language_switcher()

Language negotiation callback which is here for legacy reasons (so we don't get a fatal error when updating this module).

File

./language_cookie.module, line 204
Language Cookie module.

Code

function language_cookie_language_switcher($type, $path) {

  // This code has been removed.
}