1<?php
2/*
3 * e107 website system
4 *
5 * Copyright (C) 2008-2009 e107 Inc (e107.org)
6 * Released under the terms and conditions of the
7 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
8 *
9 *
10 *
11 * $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/emoticon.php,v $
12 * $Revision$
13 * $Date$
14 * $Author$
15 */
16
17if (!defined('e107_INIT')) { exit; }
18
19$text = "With emoticons activated, standard smiley text strings will be replaced by their
20respective emoticon images throughout the content in your site.";
21
22$ns -> tablerender("Emoticon Help", $text);
23