You are here

settings.inc in Context Mobile Detect 7

Same filename and directory in other branches
  1. 7.2 settings.inc

File

settings.inc
View source
<?php

/**
 * @file
 * This file should be included in your settings.php
 * in order to make Drupal page cache works correctly.
 */
require_once dirname(__FILE__) . '/context_mobile_detect.module';
context_mobile_detect_preboot();