mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 02:10:46 +02:00
9 lines
228 B
PHP
9 lines
228 B
PHP
<?php
|
|
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
|
|
|
|
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => FOR_FP_1);
|
|
|
|
?>
|