Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // https://www.iconfinder.com/iconsets/cutecritters |
---|
4 | // https://www.iconfinder.com/iconsets/crystalproject |
---|
5 | return 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 | 'fox.png' => 'fox', |
---|
14 | 'frog.png' => 'frog', |
---|
15 | 'horse.png' => 'horse', |
---|
16 | 'ladybug.png' => 'ladybug', |
---|
17 | 'lion.png' => 'lion', |
---|
18 | 'mouse.png' => 'mouse', |
---|
19 | 'panda.png' => 'panda', |
---|
20 | 'penguin.png' => 'penguin', |
---|
21 | 'snake.png' => 'snake', |
---|
22 | 'toucan.png' => 'toucan', |
---|
23 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.