1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00
php-e107/news.php

26 lines
401 B
PHP
Raw Normal View History

2006-12-02 04:36:16 +00:00
<?php
/*
* e107 website system
*
* Copyright (C) e107 Inc (e107.org)
* 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
*/
/**
* @package e107
* @subpackage user
2010-02-10 18:18:01 +00:00
* @version $Id$;
*
* News front page display
*/
2006-12-02 04:36:16 +00:00
require_once("class2.php");
require_once(e_PLUGIN."news/news.php");