2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
2008-12-03 12:38:08 +00:00
|
|
|
* e107 website system
|
|
|
|
*
|
2011-12-10 00:00:15 +00:00
|
|
|
* Copyright (C) e107 Inc (e107.org)
|
2008-12-03 12:38:08 +00:00
|
|
|
* Released under the terms and conditions of the
|
|
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
|
|
*
|
|
|
|
* News frontend
|
|
|
|
*
|
2010-03-16 13:44:41 +00:00
|
|
|
* $URL$
|
|
|
|
* $Id$
|
2006-12-02 04:36:16 +00:00
|
|
|
*/
|
2009-12-30 21:04:11 +00:00
|
|
|
/**
|
|
|
|
* @package e107
|
|
|
|
* @subpackage user
|
2010-02-10 18:18:01 +00:00
|
|
|
* @version $Id$;
|
2009-12-30 21:04:11 +00:00
|
|
|
*
|
|
|
|
* News front page display
|
|
|
|
*/
|
2008-12-02 23:44:19 +00:00
|
|
|
|
2006-12-02 04:36:16 +00:00
|
|
|
require_once("class2.php");
|
2018-05-11 14:58:04 -07:00
|
|
|
require_once(e_PLUGIN."news/news.php");
|
2016-12-12 12:35:13 -08:00
|
|
|
|
|
|
|
|