mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 03:54:39 +01:00
10 lines
305 B
PHP
10 lines
305 B
PHP
|
<?php
|
||
|
|
||
|
if (!defined('e107_INIT')) { exit; }
|
||
|
|
||
|
@include_once(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
||
|
@include_once(e_PLUGIN.'forum/languages/English/lan_forum_frontpage.php');
|
||
|
|
||
|
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => FOR_FP_1);
|
||
|
|
||
|
?>
|