1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Add include_lan() to fornt

This commit is contained in:
marj
2009-08-28 15:30:25 +00:00
parent 426fad06a0
commit 921e428a01
23 changed files with 140 additions and 102 deletions

View File

@@ -11,12 +11,14 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/userposts.php,v $
| $Revision: 1.11 $
| $Date: 2009-08-23 10:57:50 $
| $Revision: 1.12 $
| $Date: 2009-08-28 15:30:24 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once('class2.php');
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
require_once(e_HANDLER.'comment_class.php');
$cobj = new comment;
require_once(HEADERF);