Esempio n. 1
0
 public static function check_location()
 {
     if (isset($_REQUEST['__location']) && self::$last_location != $_REQUEST['__location']) {
         self::$last_location = $_REQUEST['__location'];
         self::$leightbox_ready = array();
     }
 }