diff --git a/neopolimatrix/page/default_list/default_list.php b/neopolimatrix/page/default_list/default_list.php index ff194f2..7c6fb53 100644 --- a/neopolimatrix/page/default_list/default_list.php +++ b/neopolimatrix/page/default_list/default_list.php @@ -8,7 +8,7 @@ class default_list extends \SYSTEM\PAGE\Page { private static function switch_list_title($tag){ switch($tag){ - case 'surveillance': + case 'nsa': return 'Überwachungsstaat'; case 'ungleichheit': return 'Ungerechtigkeiten'; @@ -20,6 +20,10 @@ class default_list extends \SYSTEM\PAGE\Page { return 'Demokratie'; case 'fof': return 'Foes of Freedom'; + case 'matrixintern': + return 'Über Neopolimatrix'; + case 'youtube': + return 'Videos'; default: return 'Neuheiten'; } diff --git a/neopolimatrix/page/default_page/tpl/content.tpl b/neopolimatrix/page/default_page/tpl/content.tpl index 2822c38..074a9b5 100644 --- a/neopolimatrix/page/default_page/tpl/content.tpl +++ b/neopolimatrix/page/default_page/tpl/content.tpl @@ -1,3 +1,4 @@