1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

News front-end done - SEO, real SEF URLs (category list, item view), default item view changed to 'extend', default category list changed to 'list', comments are rendered now by news code, new and improved news shortcodes

This commit is contained in:
secretr
2009-09-14 18:22:16 +00:00
parent 83e167422a
commit c0df5fef12
10 changed files with 467 additions and 97 deletions

View File

@@ -9,8 +9,8 @@
* General purpose file
*
* $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.142 $
* $Date: 2009-09-13 10:29:56 $
* $Revision: 1.143 $
* $Date: 2009-09-14 18:22:15 $
* $Author: secretr $
*
*/
@@ -84,7 +84,7 @@ if($register_globals == true)
}
define('e_AJAX_REQUEST', isset($_REQUEST['ajax_used']));
$_REQUEST['ajax_used'] = ''; unset($_REQUEST['ajax_used']);
unset($_REQUEST['ajax_used']);
if(isset($_E107['minimal']) || e_AJAX_REQUEST)
{