1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Closes #313 - Navigation active class issue.

This commit is contained in:
Cameron
2013-05-17 16:43:14 -07:00
parent cd716e8cd9
commit f29852230e
4 changed files with 14 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
*/
require_once('../../class2.php');
define('NAVIGATION_ACTIVE','forum');
$e107 = e107::getInstance();
$tp = e107::getParser();
$ns = e107::getRender();

View File

@@ -21,7 +21,7 @@ if (!$e107->isInstalled('forum'))
exit;
}
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_viewforum.php');
define('NAVIGATION_ACTIVE','forum');

View File

@@ -11,7 +11,7 @@
*/
require_once ('../../class2.php');
define('NAVIGATION_ACTIVE','forum');
$e107 = e107::getInstance();
$tp = e107::getParser();
$ns = e107::getRender();