1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $
* $Revision: 1.15 $
* $Date: 2009-11-18 01:49:18 $
* $Revision: 1.16 $
* $Date: 2009-11-19 15:31:59 $
* $Author: marj_nl_fr $
*
*/
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']))
{

View File

@ -9,9 +9,9 @@
* Forum View Topic
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewtopic.php,v $
* $Revision: 1.24 $
* $Date: 2009-11-18 01:05:36 $
* $Author: e107coders $
* $Revision: 1.25 $
* $Date: 2009-11-19 15:31:59 $
* $Author: marj_nl_fr $
*
*/
@ -32,9 +32,9 @@ if (!e_QUERY)
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_lan(e_PLUGIN . 'forum/templates/forum_icons_template.php');
include_once(e_PLUGIN . 'forum/templates/forum_icons_template.php');
$forum = new e107forum;
$thread = new e107ForumThread;