diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 07:54:14 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 07:54:14 +0000 |
commit | 75be1868c47b7b9455eef65a7b1e33e447e61ee5 (patch) | |
tree | ff9c536599ae40487aed75686b87e118368dc973 /h-source/Application/Include/languages.php | |
parent | 10bbe357616c36e86ae3c3c7a26840b0c1973756 (diff) |
improved search
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r-- | h-source/Application/Include/languages.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 810fac1..f09b809 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -488,25 +488,6 @@ class MyStrings 'soundcard' => 'soundcards', ); - public static $images = array( - 'notebook' => 'H2O/computer-laptop_22.png', - 'wifi' => 'H2O/network-wireless_22.png', - 'videocard' => 'Crystal/1282042976_hardware.png', - 'printer' => 'H2O/printer_22.png', - 'scanner' => 'H2O/scanner_22.png', - '3G-card' => 'Crystal/usb_22.png', - 'soundcard' => 'H2O/audio-card_22.png', - ); - - public static function getHardIcon($type) - { - if (array_key_exists($type,self::$images)) - { - return "http://".DOMAIN_NAME."/Public/Img/".self::$images[$type]; - } - return null; - } - public static function getTypes() { return implode(',',array_keys(self::$reverse)); |