mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
More News work, front-end started (rewrites are BROKEN), work in progres
This commit is contained in:
12
news.php
12
news.php
@@ -9,8 +9,8 @@
|
||||
* News frontend
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/news.php,v $
|
||||
* $Revision: 1.18 $
|
||||
* $Date: 2009-09-13 10:29:56 $
|
||||
* $Revision: 1.19 $
|
||||
* $Date: 2009-09-13 16:37:18 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
|
||||
@@ -39,6 +39,14 @@ if (!defined("ITEMVIEW"))
|
||||
define("ITEMVIEW", varset($pref['newsposts'],15));
|
||||
}
|
||||
|
||||
/*
|
||||
WORK IN PROGRESS
|
||||
if(isset($_GET['rewrite']))
|
||||
{
|
||||
$query = $_GET['rewrite'];
|
||||
}
|
||||
var_dump($query);*/
|
||||
|
||||
if (e_QUERY)
|
||||
{
|
||||
$tmp = explode(".", e_QUERY);
|
||||
|
Reference in New Issue
Block a user