Move plugin 'icon' in the core.
[platal.git] / plugins / modifier.htmlentities.php
index 01dae76..a81af32 100644 (file)
@@ -19,8 +19,6 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-require_once 'platal.inc.php';
-
 function smarty_modifier_htmlentities($string, $format = ENT_COMPAT)
 {
     return pl_entities($string, $format);