* @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; } /** * Add an icon next to text files, to see an more user-friendly HTML version of the file. * * The icon used is template/.../images/text2html.gif. * @param int Index * @return string * @access private */ function addon_textfile_display($idx) { global $tabName, $lang; return ''
		.$lang['convert_text2html'].''; } ?>