source: extensions/EasyCaptcha/drag/pets/conf.inc.php @ 27107

Last change on this file since 27107 was 24218, checked in by mistic100, 11 years ago

restore broken images

File size: 599 bytes
Line 
1<?php
2
3// https://www.iconfinder.com/iconsets/cutecritters
4// https://www.iconfinder.com/iconsets/crystalproject
5return array(
6  'dog.png' => 'dog',
7  'bat.png' => 'bat',
8  'butterfly.png' => 'butterfly',
9  'cat.png' => 'cat',
10  'duck.png' => 'duck',
11  'eagle.png' => 'eagle',
12  'elephant.png' => 'elephant',
13  'fish.png' => 'fish',
14  'fox.png' => 'fox',
15  'frog.png' => 'frog',
16  'horse.png' => 'horse',
17  'ladybug.png' => 'ladybug',
18  'lion.png' => 'lion',
19  'mouse.png' => 'mouse',
20  'panda.png' => 'panda',
21  'penguin.png' => 'penguin',
22  'snake.png' => 'snake',
23  'toucan.png' => 'toucan',
24  );
Note: See TracBrowser for help on using the repository browser.