1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00
php-e107/e107_plugins/forum/e_frontpage.php

12 lines
330 B
PHP
Raw Normal View History

2006-12-02 04:36:16 +00:00
<?php
if (!defined('e107_INIT')) { exit; }
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_frontpage.php');
2006-12-02 04:36:16 +00:00
/**
* @todo - extend array to allow selection of any main forum, as well as the forum front page
*/
2006-12-02 04:36:16 +00:00
$front_page['forum'] = array('page' => $PLUGINS_DIRECTORY.'forum/forum.php', 'title' => FOR_FP_1);
?>