/* +-------------------------------------------------------------------+ | S H O U T B O X (v1.0) | | P a r t I | | | | Copyright Gerd Tentler http://www.gerd-tentler.de | | Created: Jun. 1, 2004 Last modified: Jul. 21, 2005 | +-------------------------------------------------------------------+ | This program may be used and hosted free of charge by anyone for | | personal purpose as long as this copyright notice remains intact. | | | | Obtain permission before selling the code for this program or | | hosting this software on a commercial website or redistributing | | this software over the Internet or in any other medium. In all | | cases copyright must remain intact. | +-------------------------------------------------------------------+ */ error_reporting(E_WARNING); //======================================================================================================== // Includes //======================================================================================================== include('config.inc.php'); if(!isset($language)) $language = 'en'; include("lang_$language.inc"); include('smilies.inc'); //======================================================================================================== // Main //======================================================================================================== $input_width = round($boxWidth / 10); ?>