<?
// Copyright (C) Bloggie Lite Written by : Sean
// http://www.mywebland.com , http://mybloggie.mywebland.com
// You are requested to retain this copyright notice in order to use
// this software.
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option) any later version.
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//GNU General Public License for more details.
//You should have received a copy of the GNU General Public License
//along with this program; if not, write to the Free Software
//Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
if ( !defined('IN_BLOGGIE') )
{
die("You are not allowed to access this page directly !");
}
$smileyno = 20;
$smileydata[1]['smiley'] = ':D';
$smileydata[1]['filename'] = 'icon_biggrin.gif';
$smileydata[1]['desc'] = 'Very Happy';
$smileydata[2]['smiley'] = ':)';
$smileydata[2]['filename'] = 'icon_smile.gif';
$smileydata[2]['desc'] = 'Smile';
$smileydata[3]['smiley'] = ':(';
$smileydata[3]['filename'] = 'icon_sad.gif';
$smileydata[3]['desc'] = 'Sad';
$smileydata[4]['smiley'] = ':o';
$smileydata[4]['filename'] = 'icon_surprised.gif';
$smileydata[4]['desc'] = 'Surprised';
$smileydata[5]['smiley'] = ':shock:';
$smileydata[5]['filename'] = 'icon_eek.gif';
$smileydata[5]['desc'] = 'Shocked';
$smileydata[6]['smiley'] = ':?';
$smileydata[6]['filename'] = 'icon_confused.gif';
$smileydata[6]['desc'] = 'Confused';
$smileydata[7]['smiley'] = '8)';
$smileydata[7]['filename'] = 'icon_cool.gif';
$smileydata[7]['desc'] = 'Cool';
$smileydata[8]['smiley'] = ':lol:';
$smileydata[8]['filename'] = 'icon_lol.gif';
$smileydata[8]['desc'] = 'Laughing';
$smileydata[9]['smiley'] = ':x';
$smileydata[9]['filename'] = 'icon_mad.gif';
$smileydata[9]['desc'] = 'Mad';
$smileydata[10]['smiley'] = ':P';
$smileydata[10]['filename'] = 'icon_razz.gif';
$smileydata[10]['desc'] = 'Razz';
$smileydata[11]['smiley'] = ':redface:';
$smileydata[11]['filename'] = 'icon_redface.gif';
$smileydata[11]['desc'] = 'Embarassed';
$smileydata[12]['smiley'] = ':cry:';
$smileydata[12]['filename'] = 'icon_cry.gif';
$smileydata[12]['desc'] = 'Crying';
$smileydata[13]['smiley'] = ':evil:';
$smileydata[13]['filename'] = 'icon_evil.gif';
$smileydata[13]['desc'] = 'Evil';
$smileydata[14]['smiley'] = ':twisted:';
$smileydata[14]['filename'] = 'icon_twisted.gif';
$smileydata[14]['desc'] = 'Twisted Evil';
$smileydata[15]['smiley'] = ':roll:';
$smileydata[15]['filename'] = 'icon_rolleyes.gif';
$smileydata[15]['desc'] = 'Rolling Eyes';
$smileydata[16]['smiley'] = ':wink:';
$smileydata[16]['filename'] = 'icon_wink.gif';
$smileydata[16]['desc'] = 'Wink';
$smileydata[17]['smiley'] = ':!:';
$smileydata[17]['filename'] = 'icon_exclaim.gif';
$smileydata[17]['desc'] = 'Exclamation';
$smileydata[18]['smiley'] = ':?:';
$smileydata[18]['filename'] = 'icon_question.gif';
$smileydata[18]['desc'] = 'Question';
$smileydata[19]['smiley'] = ':idea:';
$smileydata[19]['filename'] = 'icon_idea.gif';
$smileydata[19]['desc'] = 'Idea';
$smileydata[20]['smiley'] = ':arrow:';
$smileydata[20]['filename'] = 'icon_arrow.gif';
$smileydata[20]['desc'] = 'Arrow';
?>