[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/core/datas/ -> browserFamilies.php (source)

   1  <?php
   2  /* 

   3   * phpMyVisites : website statistics and audience measurements

   4   * Copyright (C) 2002 - 2006

   5   * http://www.phpmyvisites.net/ 

   6   * phpMyVisites is free software (license GNU/GPL)

   7   * Authors : phpMyVisites team

   8  */
   9  
  10  // $Id: browserFamilies.php 29 2006-08-18 07:35:21Z matthieu_ $

  11  
  12  
  13  
  14  // source: http://en.wikipedia.org/wiki/List_of_web_browsers

  15  
  16  $GLOBALS['browserFamilies'] = array(
  17      "ie"    => array("IE"),
  18      "gecko" => array("NS", "PX", "FF", "FB", "CA", "CH", "GA", "KM", "MO", "SM"),
  19      "khtml" => array("SF", "KO", "OW"),
  20      "opera" => array("OP")
  21  );
  22  
  23  $GLOBALS['browsers_type_display'] = array(
  24      'ie' => 'Internet Explorer',
  25      'gecko' => 'Gecko (Mozilla, Netscape)',
  26      'khtml' => 'Khtml (Konqueror, Safari)',
  27      'opera' => 'Opera'
  28      );
  29  
  30  ?>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics