Changeset 19010


Ignore:
Timestamp:
2010/11/06 20:50:48 (12 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19009 r19010  
    5050     */ 
    5151    function detectDevice(){ 
    52         $nu = Net_UserAgent_Mobile::factory(); 
     52        $nu = new Net_UserAgent_Mobile(); 
     53        if($nu->isMobile()){ 
     54             
     55        } 
    5356        if($this->autoSet){ 
    5457            $this->setDevice($nu); 
Note: See TracChangeset for help on using the changeset viewer.