mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 13:14:55 +01:00
3420b193ab
switch to include_lan for the time being work in progress
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);
|
|
|
|
?>
|