From c895d2f41b0737f8a2799d36beca087e6b642f05 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 17 Dec 2008 21:00:03 -0500 Subject: Added an emoticon parsing system I decided that, because I use the :) emoticon so often, I might as well replace it with an actual image. I've added a Smiley parsing system to complement the BBCode parsing one. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9faecc9..6a04591 100755 --- a/index.php +++ b/index.php @@ -27,7 +27,7 @@ include('includes/db.php'); include('includes/template.php'); include('includes/mantainence.php'); include('includes/session.php'); -include('includes/bbcode.php'); +include('includes/parsers.php'); include('includes/xmlrpc/xmlrpc.inc'); include('includes/specialdates.php'); include('includes/functions.php'); -- cgit 1.4.1