Changeset 981573
- Timestamp:
- 09/05/2014 10:48:22 AM (12 years ago)
- File:
-
- 1 edited
-
radio-forge/trunk/html5/formplus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
radio-forge/trunk/html5/formplus.php
r981092 r981573 186 186 <?php 187 187 188 $skin = array ( ' ' => '==Official Skins==', 'mcclean' => 'McClean (180x60)', 'radiovoz' => 'RadioVoz (220x69)', 'faredirfare' => 'Faredirfare (269x52)', 'tweety' => 'Tweety (189x62)', 'compact' => 'Compact (191x46)', 'cassette' => 'Tim Simz - Cassette (200x120)', 'repvku-100' => 'Repvku-100 (100x25)', 'darkconsole' => 'DarkConsole (190x62)', 'tiny' => 'Tiny (130x60)', 'original' => 'Original (329x21)', 'eastanbul' => 'Eastanbul (467x26)', 'substream' => 'Substream (180x30)', 'easyplay' => 'EasyPlay (231x30)', 'stockblue' => 'Stockblue (476x26)', 'simple-blue' => 'Simple Blue [M] (300x122)', 'simple-gray' => 'Simple Gray [M] (300x122)', 'simple-green' => 'Simple Green [M] (300x122)', 'simple-orange' => 'Simple Orange [M] (300x122)', 'simple-red' => 'Simple Red [M] (300x122)', 'simple-violet' => 'Simple Violet [M] (300x122)', ' ' => '==Community Skins==', 'scradio' => 'SCRadio (160x100)', 'repvku-115' => 'Repvku-115 (115x25)', 'simcha-232-toggle' => 'Simcha-232 [T] (232x58)', 'simcha-232' => 'Simcha-232 (232x58)', 'simcha-320' => 'Simcha-320 (320x58)', 'appy' => 'Appy [T] (250x213)', 'blueberry' => 'Blueberry (338x102)', 'oldradio' => 'OldRadio (205x132)', 'oldstereo' => 'OldStereo (318x130)', 'xm' => 'Xm (234x66)', 'neon' => 'Neon (240x76)', 'neonslim' => 'NeonSlim (501x32)', 'greyslim' => 'GreySlim (494x35)', 'bogusblue' => 'BogusBlue (660x266)', 'bones' => 'Bones (341x125)', 'combat' => 'Combat (675x247)', 'dragonblues' => 'DragonBlues (400x145)', 'lemon' => 'Lemon (410x60)', 'limed' => 'Limed (397x115)', 'longtail' => 'Longtail (498x61)', 'pinhead' => 'Pinhead (421x120)', 'retro' => 'Retro (669x259)', 'silvertune' => 'Silvertune (200x104)', 'testskin' => 'Test/Develop (189x61)' );188 $skin = array ( ' ' => '==Official Skins==', 'mcclean' => 'McClean (180x60)', 'radiovoz' => 'RadioVoz (220x69)', 'faredirfare' => 'Faredirfare (269x52)', 'tweety' => 'Tweety (189x62)', 'compact' => 'Compact (191x46)', 'cassette' => 'Tim Simz - Cassette (200x120)', 'repvku-100' => 'Repvku-100 (100x25)', 'darkconsole' => 'DarkConsole (190x62)', 'tiny' => 'Tiny (130x60)', 'original' => 'Original (329x21)', 'eastanbul' => 'Eastanbul (467x26)', 'substream' => 'Substream (180x30)', 'easyplay' => 'EasyPlay (231x30)', 'stockblue' => 'Stockblue (476x26)', 'simple-blue' => 'Simple Blue [M] (300x122)', 'simple-gray' => 'Simple Gray [M] (300x122)', 'simple-green' => 'Simple Green [M] (300x122)', 'simple-orange' => 'Simple Orange [M] (300x122)', 'simple-red' => 'Simple Red [M] (300x122)', 'simple-violet' => 'Simple Violet [M] (300x122)', ' ' => '==Community Skins==', 'scradio' => 'SCRadio (160x100)', 'repvku-115' => 'Repvku-115 (115x25)', 'simcha-232-toggle' => 'Simcha-232 [T] (232x58)', 'simcha-232' => 'Simcha-232 (232x58)', 'simcha-320' => 'Simcha-320 (320x58)', 'appy' => 'Appy [T] (250x213)', 'blueberry' => 'Blueberry (338x102)', 'oldradio' => 'OldRadio (205x132)', 'oldstereo' => 'OldStereo (318x130)', 'xm' => 'Xm (234x66)', 'neon' => 'Neon (240x76)', 'neonslim' => 'NeonSlim (501x32)', 'greyslim' => 'GreySlim (494x35)', 'bogusblue' => 'BogusBlue (660x266)', 'bones' => 'Bones (341x125)', 'combat' => 'Combat (675x247)', 'dragonblues' => 'DragonBlues (400x145)', 'lemon' => 'Lemon (410x60)', 'limed' => 'Limed (397x115)', 'longtail' => 'Longtail (498x61)', 'pinhead' => 'Pinhead (421x120)', 'retro' => 'Retro (669x259)', 'silvertune' => 'Silvertune (200x104)', 'testskin' => 'Test/Develop (189x61)', 'kplayer' => 'KPlayer (220x200)' ); 189 189 190 190
Note: See TracChangeset
for help on using the changeset viewer.