Example #1
0
 /**
  * Returns current mobile group
  *
  * @return string
  */
 function _get_mobile_group()
 {
     if ($this->_mobile) {
         return $this->_mobile->get_group();
     }
     return '';
 }
Example #2
0
 /**
  * Mobile tab
  *
  * @return void
  */
 function options_mobile()
 {
     $groups = $this->_config->get_array('mobile.rgroups');
     require_once W3TC_LIB_W3_DIR . '/Mobile.php';
     $w3_mobile =& W3_Mobile::instance();
     $themes = $w3_mobile->get_themes();
     include W3TC_DIR . '/inc/options/mobile.phtml';
 }