blob: 0537fe339465c4811fb98accb7202724e642d509 [file] [log] [blame]
darwineld8bef8a2014-02-11 20:13:22 +01001<?php
Derek Jonesf4a4bd82011-10-20 12:18:42 -05002/**
3 * CodeIgniter
4 *
Phil Sturgeon07c1ac82012-03-09 17:03:37 +00005 * An open source application development framework for PHP 5.2.4 or newer
Derek Jonesf4a4bd82011-10-20 12:18:42 -05006 *
7 * NOTICE OF LICENSE
Andrey Andreeve734b382012-03-26 13:42:36 +03008 *
Derek Jonesf4a4bd82011-10-20 12:18:42 -05009 * Licensed under the Academic Free License version 3.0
Andrey Andreeve734b382012-03-26 13:42:36 +030010 *
Derek Jones61df9062011-10-21 09:55:40 -050011 * This source file is subject to the Academic Free License (AFL 3.0) that is
Derek Jonesf4a4bd82011-10-20 12:18:42 -050012 * bundled with this package in the files license_afl.txt / license_afl.rst.
13 * It is also available through the world wide web at this URL:
14 * http://opensource.org/licenses/AFL-3.0
15 * If you did not receive a copy of the license and are unable to obtain it
16 * through the world wide web, please send an email to
17 * licensing@ellislab.com so we can send you a copy immediately.
18 *
19 * @package CodeIgniter
20 * @author EllisLab Dev Team
darwinel871754a2014-02-11 17:34:57 +010021 * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/)
Derek Jonesf4a4bd82011-10-20 12:18:42 -050022 * @license http://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0)
23 * @link http://codeigniter.com
24 * @since Version 1.0
25 * @filesource
26 */
darwineld8bef8a2014-02-11 20:13:22 +010027defined('BASEPATH') OR exit('No direct script access allowed');
Derek Jonesf4a4bd82011-10-20 12:18:42 -050028
Derek Allard2067d1a2008-11-13 22:59:24 +000029/*
30| -------------------------------------------------------------------
31| SMILEYS
32| -------------------------------------------------------------------
33| This file contains an array of smileys for use with the emoticon helper.
vlakoffc941d852013-08-06 14:44:40 +020034| Individual images can be used to replace multiple smileys. For example:
Derek Allard2067d1a2008-11-13 22:59:24 +000035| :-) and :) use the same image replacement.
36|
Barry Mienydd671972010-10-04 16:33:58 +020037| Please see user guide for more info:
Derek Allard2067d1a2008-11-13 22:59:24 +000038| http://codeigniter.com/user_guide/helpers/smiley_helper.html
39|
40*/
41
42$smileys = array(
43
44// smiley image name width height alt
45
46 ':-)' => array('grin.gif', '19', '19', 'grin'),
47 ':lol:' => array('lol.gif', '19', '19', 'LOL'),
48 ':cheese:' => array('cheese.gif', '19', '19', 'cheese'),
49 ':)' => array('smile.gif', '19', '19', 'smile'),
50 ';-)' => array('wink.gif', '19', '19', 'wink'),
51 ';)' => array('wink.gif', '19', '19', 'wink'),
52 ':smirk:' => array('smirk.gif', '19', '19', 'smirk'),
53 ':roll:' => array('rolleyes.gif', '19', '19', 'rolleyes'),
54 ':-S' => array('confused.gif', '19', '19', 'confused'),
55 ':wow:' => array('surprise.gif', '19', '19', 'surprised'),
56 ':bug:' => array('bigsurprise.gif', '19', '19', 'big surprise'),
57 ':-P' => array('tongue_laugh.gif', '19', '19', 'tongue laugh'),
58 '%-P' => array('tongue_rolleye.gif', '19', '19', 'tongue rolleye'),
59 ';-P' => array('tongue_wink.gif', '19', '19', 'tongue wink'),
60 ':P' => array('raspberry.gif', '19', '19', 'raspberry'),
61 ':blank:' => array('blank.gif', '19', '19', 'blank stare'),
62 ':long:' => array('longface.gif', '19', '19', 'long face'),
63 ':ohh:' => array('ohh.gif', '19', '19', 'ohh'),
64 ':grrr:' => array('grrr.gif', '19', '19', 'grrr'),
65 ':gulp:' => array('gulp.gif', '19', '19', 'gulp'),
66 '8-/' => array('ohoh.gif', '19', '19', 'oh oh'),
67 ':down:' => array('downer.gif', '19', '19', 'downer'),
68 ':red:' => array('embarrassed.gif', '19', '19', 'red face'),
69 ':sick:' => array('sick.gif', '19', '19', 'sick'),
70 ':shut:' => array('shuteye.gif', '19', '19', 'shut eye'),
71 ':-/' => array('hmm.gif', '19', '19', 'hmmm'),
72 '>:(' => array('mad.gif', '19', '19', 'mad'),
73 ':mad:' => array('mad.gif', '19', '19', 'mad'),
74 '>:-(' => array('angry.gif', '19', '19', 'angry'),
75 ':angry:' => array('angry.gif', '19', '19', 'angry'),
76 ':zip:' => array('zip.gif', '19', '19', 'zipper'),
77 ':kiss:' => array('kiss.gif', '19', '19', 'kiss'),
78 ':ahhh:' => array('shock.gif', '19', '19', 'shock'),
79 ':coolsmile:' => array('shade_smile.gif', '19', '19', 'cool smile'),
80 ':coolsmirk:' => array('shade_smirk.gif', '19', '19', 'cool smirk'),
81 ':coolgrin:' => array('shade_grin.gif', '19', '19', 'cool grin'),
82 ':coolhmm:' => array('shade_hmm.gif', '19', '19', 'cool hmm'),
83 ':coolmad:' => array('shade_mad.gif', '19', '19', 'cool mad'),
84 ':coolcheese:' => array('shade_cheese.gif', '19', '19', 'cool cheese'),
85 ':vampire:' => array('vampire.gif', '19', '19', 'vampire'),
86 ':snake:' => array('snake.gif', '19', '19', 'snake'),
Andrey Andreev90c54b62014-02-11 12:07:56 +020087 ':exclaim:' => array('exclaim.gif', '19', '19', 'exclaim'),
vlakoffc941d852013-08-06 14:44:40 +020088 ':question:' => array('question.gif', '19', '19', 'question')
Derek Allard2067d1a2008-11-13 22:59:24 +000089
MarcosCoelhocb212c62011-08-31 14:59:19 -030090);
Derek Allard2067d1a2008-11-13 22:59:24 +000091
92/* End of file smileys.php */
Derek Jonesf0b39942010-03-25 10:08:20 -050093/* Location: ./application/config/smileys.php */