diff --git a/index.php b/index.php
index 093ea24..9d22170 100644
--- a/index.php
+++ b/index.php
@@ -9,5 +9,5 @@ require_once 'config.php';
\SYSTEM\system::register_errorhandler_dbwriter();
\SYSTEM\system::register_errorhandler_jsonoutput();
-echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_neopolimatrix', array_merge($_POST,$_GET), 1, false, true)->html();
+echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_neopolimatrix', array_merge($_POST,$_GET), 1, true, true)->html();
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");
\ No newline at end of file
diff --git a/nbproject/project.properties b/nbproject/project.properties
index d37ef95..3d9b81a 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -1,3 +1,4 @@
+auxiliary.org-netbeans-modules-php-smarty.smarty-framework=true
include.path=${php.global.include.path}
php.version=PHP_54
source.encoding=UTF-8
diff --git a/neopolimatrix/page/default_article/tpl/element.tpl b/neopolimatrix/page/default_article/tpl/element.tpl
index 9b0f33d..9afd05e 100644
--- a/neopolimatrix/page/default_article/tpl/element.tpl
+++ b/neopolimatrix/page/default_article/tpl/element.tpl
@@ -1,5 +1,5 @@
-
Author: ${author}
${ago}
diff --git a/neopolimatrix/page/default_list/default_list.php b/neopolimatrix/page/default_list/default_list.php index 9953d90..e455163 100644 --- a/neopolimatrix/page/default_list/default_list.php +++ b/neopolimatrix/page/default_list/default_list.php @@ -35,7 +35,7 @@ class default_list extends \SYSTEM\PAGE\Page { private function switch_list_title($filter){ switch($filter){ case 1: - return 'Neuheiten - Hier erscheinen alle neuen Artikel auf dem Blog'; + return 'Neuheiten'; case 2: return 'Überwachungsstaat'; case 3: diff --git a/neopolimatrix/page/default_list/tpl/default_list.tpl b/neopolimatrix/page/default_list/tpl/default_list.tpl index 7dbbcb3..6dda25d 100644 --- a/neopolimatrix/page/default_list/tpl/default_list.tpl +++ b/neopolimatrix/page/default_list/tpl/default_list.tpl @@ -1,2 +1,5 @@ -Author: ${author}
${ago}
@@ -9,4 +10,6 @@ ${deDE}Veröffentlicht: ${published}