From e33c245d910e55b8cab407a03e669470509a705d Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 10 Mar 2017 21:46:12 +0100 Subject: Several changes have been made in this commit, which together with the previous commits result in version 1.1: + The rules for the Apache and nginx configuration have been changed and redirects now all requests to the index.php. + A router class has been added which now handles all requests that arrives at the application on the index.php. + Short-hand functions "PAGE", "POST" and "USER" for use in templates added to get specific item data by ID. + More language variables have been added to the core language. --- template/standard/lang/de.php | 6 ------ template/standard/lang/en.php | 6 ------ 2 files changed, 12 deletions(-) (limited to 'template/standard/lang') diff --git a/template/standard/lang/de.php b/template/standard/lang/de.php index 9a59847..d2b094c 100644 --- a/template/standard/lang/de.php +++ b/template/standard/lang/de.php @@ -13,12 +13,6 @@ #=============================================================================== $LANGUAGE['date_format'] = '[D].[M].[Y] [H]:[I]'; -#=============================================================================== -# Specific item only feed -#=============================================================================== -$LANGUAGE['feed_only_posts'] = 'nur Beiträge'; -$LANGUAGE['feed_only_pages'] = 'nur Seiten'; - #=============================================================================== # Main navigation strings #=============================================================================== diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php index 416574f..c00ec36 100644 --- a/template/standard/lang/en.php +++ b/template/standard/lang/en.php @@ -13,12 +13,6 @@ #=============================================================================== $LANGUAGE['date_format'] = '[Y]-[M]-[D] [H]:[I]'; -#=============================================================================== -# Specific item only feed -#=============================================================================== -$LANGUAGE['feed_only_posts'] = 'only posts'; -$LANGUAGE['feed_only_pages'] = 'only pages'; - #=============================================================================== # Main navigation strings #=============================================================================== -- cgit v1.2.3