1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00
This commit is contained in:
marj
2009-11-19 15:31:59 +00:00
parent 769f27af95
commit 1f89feac72
2 changed files with 8 additions and 8 deletions

View File

@@ -9,14 +9,14 @@
* View specific forums * View specific forums
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $
* $Revision: 1.15 $ * $Revision: 1.16 $
* $Date: 2009-11-18 01:49:18 $ * $Date: 2009-11-19 15:31:59 $
* $Author: marj_nl_fr $ * $Author: marj_nl_fr $
* *
*/ */
require_once('../../class2.php'); require_once('../../class2.php');
include_lan(e_PLUGIN.'forum/languages/English/lan_forum_viewforum.php'); include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_viewforum.php');
if (isset($_POST['fjsubmit'])) if (isset($_POST['fjsubmit']))
{ {

View File

@@ -9,9 +9,9 @@
* Forum View Topic * Forum View Topic
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewtopic.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewtopic.php,v $
* $Revision: 1.24 $ * $Revision: 1.25 $
* $Date: 2009-11-18 01:05:36 $ * $Date: 2009-11-19 15:31:59 $
* $Author: e107coders $ * $Author: marj_nl_fr $
* *
*/ */
@@ -32,9 +32,9 @@ if (!e_QUERY)
exit; exit;
} }
include_lan(e_PLUGIN . 'forum/languages/English/lan_forum_viewtopic.php'); include_lan(e_PLUGIN . 'forum/languages/'.e_LANGUAGE.'/lan_forum_viewtopic.php');
include_once (e_PLUGIN . 'forum/forum_class.php'); include_once (e_PLUGIN . 'forum/forum_class.php');
include_lan(e_PLUGIN . 'forum/templates/forum_icons_template.php'); include_once(e_PLUGIN . 'forum/templates/forum_icons_template.php');
$forum = new e107forum; $forum = new e107forum;
$thread = new e107ForumThread; $thread = new e107ForumThread;