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 @@
-
+
+
Advertisememt
\ No newline at end of file diff --git a/neopolimatrix/page/default_page/tpl/content_menu.tpl b/neopolimatrix/page/default_page/tpl/content_menu.tpl index fa7db7a..3cd82bd 100644 --- a/neopolimatrix/page/default_page/tpl/content_menu.tpl +++ b/neopolimatrix/page/default_page/tpl/content_menu.tpl @@ -4,10 +4,12 @@
  • Neu
  • Serie: FoF
  • Demokratie
  • -
  • Überwachung
  • +
  • Überwachung
  • Ungleichheit
  • Korruption
  • Polizei
  • +
  • Intern
  • +
  • Video
  • diff --git a/neopolimatrix/page/default_search/default_search.php b/neopolimatrix/page/default_search/default_search.php index e767cb0..44204a2 100644 --- a/neopolimatrix/page/default_search/default_search.php +++ b/neopolimatrix/page/default_search/default_search.php @@ -3,8 +3,6 @@ class default_search extends \SYSTEM\PAGE\Page { var $param = null; public function __construct($param) { $this->param = $param;} - public static function js(){ - return array( \SYSTEM\WEBPATH(new PPAGE(),'default_search/js/default_search.js'));} public function html(){ $vars = array();