* @copyright Copyright (C) 2004, Sylvain Machefert * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @package Add-Ons-File */ if (PHPmyBrowser!="ok") { echo 'Hacking attempt!
Qu\'est-ce que tu fous ici ?'; exit; } /** * Display an icon to convert MS Word .DOC files to text file. * * The icon used is templates/.../image/doc2txt.gif. * @param int Index * @return string * @access private */ function addon_doc_display($idx) { global $tabName, $lang; return ''
		.$lang['convert_doc2txt'].''; } ?>