You are here

function mobile_switch_browscap_get_browser in Mobile Switch 7.2

Same name and namespace in other branches
  1. 6 mobile_switch.module \mobile_switch_browscap_get_browser()
  2. 7 mobile_switch.module \mobile_switch_browscap_get_browser()

Fallback function to work with previous versions.

This allows to work the Mobile Switch Block module branch 1 with the Mobile Switch module branch 2.

File

./mobile_switch.module, line 564
Provides various functionalities to develop mobile ready websites.

Code

function mobile_switch_browscap_get_browser($emulator_check = FALSE) {
  return mobile_switch_mobile_detect($emulator_check);
}