context_mobile_detect.admin.inc |
context_mobile_detect.admin.inc |
|
|
context_mobile_detect.info |
context_mobile_detect.info |
|
name = "Context Mobile Detect"
description = "Context condition detecting if user uses mobile device."
core = 7.x
version = 7.x-1.2
package = "Context"
dependencies[] = context |
context_mobile_detect.module |
context_mobile_detect.module |
|
|
context_mobile_detect_condition.inc |
plugins/context_mobile_detect_condition.inc |
|
The file, which controls Mobile Device plugin. |
context_mobile_detect_type_condition.inc |
plugins/context_mobile_detect_type_condition.inc |
|
The file, which controls Mobile Device Type plugin. |
README.txt |
README.txt |
|
This module is really simple and allows to show certain blocks based on context.
It gets tricky when the drupal page cache is enabled.
In this case the following line needs to be added to the end of settings.php:
include DRUPAL_ROOT .… |
settings.inc |
settings.inc |
|
|