source:
trunk/web/punbb/cache/cache_smilies.php
@
1
Last change on this file since 1 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 393 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $smiley_text = array( |
4 | ':top:', |
5 | 'whaou', |
6 | ':d', |
7 | ':terminator:', |
8 | ':roll:', |
9 | ':|', |
10 | ':mad2:', |
11 | ':/', |
12 | ':cool:', |
13 | ':D', |
14 | ':(', |
15 | ':)', |
16 | ':p', |
17 | ';)', |
18 | ); |
19 | |
20 | $smiley_img = array( |
21 | 'canon.gif', |
22 | 'whaouh6na.gif', |
23 | 'yikes.png', |
24 | 'terminator.png', |
25 | 'roll.png', |
26 | 'neutral.png', |
27 | 'mad.png', |
28 | 'hmm.png', |
29 | 'cool.png', |
30 | 'big_smile.png', |
31 | 'sad.png', |
32 | 'smile.png', |
33 | 'tongue.png', |
34 | 'wink.png', |
35 | ); |
36 | |
37 | define('PUN_CACHE_SMILEY', 1); |
38 | |
39 | ?> |
Note: See TracBrowser
for help on using the repository browser.