Das $page Array

ID

string $page['ID']
Die eindeutige (fortlaufende) numerische Id der Seite

Meta Informationen

string $page['MENU_TITLE']
Inhalt des Navigtionstitels

string $page['PAGE_TITLE']
Inhalt des "title"-HTML-Elements

string $page['META_DESCRIPTION']
Inhalt des "meta"-HTML-Elements type="description"

string $page['META_KEYWORDS']
Inhalt des "meta"-HTML-Elements type="keywords"

string $page['META_AUTHOR']
Inhalt des "meta"-HTML-Elements type="author"

Inhalt enthaltend

string $page['MAIN_CONTENT']
Inhalt des (optionalen) Haupt/Mittelblocks einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.

string $page['RIGHT_CONTENT']
Inhalt der (optionalen) rechten Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.

string $page['LEFT_CONTENT']
Inhalt der (optionalen) linken Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.

string $page['BOTTOM_CONTENT']
Inhalt der (optionalen) unteren Leiste (footer) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.

string $page['TOP_CONTENT']
Inhalt der (optionalen) oberen Leiste (header) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.

Navigationselemente

string $page['FULL_NAVI']
Inhalt der HTML-Ausgabe aller Level der Seitenstruktur abhänging von der gewählten Seite als ungeordnete (ul) Liste

string $page['FIRST_LEVEL_NAVI']
Inhalt der HTML-Ausgabe des ersten Levels der Seitenstruktur als ungeordnete (ul) Liste

string $page['FIRST_SECOND_LEVEL_NAVI']
Inhalt der HTML-Ausgabe des zweiten Levels der Seitenstruktur als ungeordnete (ul) Liste

string $page['SECOND_LEVEL_NAVI']
Inhalt der HTML-Ausgabe des zweiten Levels und niedriger, der Seitenstruktur abhänging von der gewählten Seite als ungeordnete (ul) Liste

string $page['THIRD_LEVEL_NAVI']
Inhalt der HTML-Ausgabe des dritten Levels und niedriger, der Seitenstruktur abhänging von der gewählten Seite als ungeordnete (ul) Liste

array $page['SUB_ARRAY']
Unterarray aller Unterseiten, sofern vorhanden, der aktuell gewählten Seite

Platzhalter und ihre Element-ID

string $page["PLACEHOLDER_MAIN"]
string $page["PLACEHOLDER_LEFT"]
string $page["PLACEHOLDER_RIGHT"]
string $page["PLACEHOLDER_TOP"]
string $page["PLACEHOLDER_BOTTOM"]
string $page["PLACEHOLDER_MAIN_ID"]
string $page["PLACEHOLDER_LEFT_ID"]
string $page["PLACEHOLDER_RIGHT_ID"]
string $page["PLACEHOLDER_TOP_ID"]
string $page["PLACEHOLDER_BOTTOM_ID"]
string $page["PLACEHOLDER_NAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]
string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]
string $page["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]
string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]
string $page["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]

Dump des aktuellen Page-Arrays

array(47) {
  ["ID"]=>
  int(15)
  ["TEMPLATE"]=>
  string(13) "Textrinum_ORG"
  ["PAGE_TITLE"]=>
  string(5) "$page"
  ["MENU_TITLE"]=>
  string(5) "$page"
  ["META_DESCRIPTION"]=>
  string(0) ""
  ["META_KEYWORDS"]=>
  string(0) ""
  ["META_AUTHOR"]=>
  string(0) ""
  ["META_LANG"]=>
  string(53) "<meta http-equiv="content-language" content="de" />
	"
  ["RIGHT_CONTENT_ARRAY"]=>
  array(2) {
    ["_Value"]=>
    string(0) ""
    ["_Attributes"]=>
    array(3) {
      ["editor"]=>
      string(0) ""
      ["time"]=>
      string(0) ""
      ["lang"]=>
      string(0) ""
    }
  }
  ["RIGHT_CONTENT"]=>
  string(0) ""
  ["LEFT_CONTENT_ARRAY"]=>
  array(2) {
    ["_Value"]=>
    string(0) ""
    ["_Attributes"]=>
    array(3) {
      ["editor"]=>
      string(0) ""
      ["time"]=>
      string(0) ""
      ["lang"]=>
      string(0) ""
    }
  }
  ["LEFT_CONTENT"]=>
  string(0) ""
  ["MAIN_CONTENT_ARRAY"]=>
  array(2) {
    ["_Value"]=>
    string(4091) "<h1>Das $page Array<br /></h1><h2>ID<br /></h2><p>string <b>$page[&#39;ID&#39;]</b><br />Die eindeutige (fortlaufende) numerische Id der Seite <br /> </p><h2>Meta Informationen</h2><p>string <b>$page[&#39;MENU_TITLE&#39;]</b><br />Inhalt des Navigtionstitels<br /></p><p>string <b>$page[&#39;PAGE_TITLE&#39;]</b><br />Inhalt des &quot;title&quot;-HTML-Elements<br /> </p><p>string <b>$page[&#39;META_DESCRIPTION&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;description&quot;<br /></p><p>string <b>$page[&#39;META_KEYWORDS&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;keywords&quot;<br /></p><p>string <b>$page[&#39;META_AUTHOR&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;author&quot;<br /></p><h2>Inhalt enthaltend</h2><p>string <b>$page[&#39;MAIN_CONTENT&#39;]</b><br />Inhalt des (optionalen) Haupt/Mittelblocks einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;RIGHT_CONTENT&#39;]</b><br />Inhalt der (optionalen) rechten Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;LEFT_CONTENT&#39;]</b><br />Inhalt der (optionalen) linken Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /> </p><p>string <b>$page[&#39;BOTTOM_CONTENT&#39;]</b><br />Inhalt der (optionalen) unteren Leiste (footer) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;TOP_CONTENT&#39;]</b><br />Inhalt der (optionalen) oberen Leiste (header) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><h2>Navigationselemente<br /></h2><p>string <b>$page[&#39;FULL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe aller Level der Seitenstruktur abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /></p><p>string <b>$page[&#39;FIRST_LEVEL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe des ersten Levels der Seitenstruktur als ungeordnete (ul) Liste<br /> </p><p>string <b>$page[&#39;FIRST_SECOND_LEVEL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe des zweiten Levels der Seitenstruktur als ungeordnete (ul) Liste<br /></p><p>string <b>$page[&#39;SECOND_LEVEL_NAVI&#39;]</b><br />Inhalt
der HTML-Ausgabe des zweiten Levels und niedriger, der Seitenstruktur
abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /> </p><p>string <b>$page[&#39;THIRD_LEVEL_NAVI&#39;] </b><br />Inhalt
der HTML-Ausgabe des dritten Levels und niedriger, der Seitenstruktur
abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /></p><p>array <b>$page[&#39;SUB_ARRAY&#39;]</b><br />Unterarray aller Unterseiten, sofern vorhanden, der aktuell gew&#228;hlten Seite</p><h2>Platzhalter und ihre Element-ID<br /></h2>  string $page[&quot;PLACEHOLDER_MAIN&quot;]<br />string $page[&quot;PLACEHOLDER_LEFT&quot;]<br />string $page[&quot;PLACEHOLDER_RIGHT&quot;]<br />string $page[&quot;PLACEHOLDER_TOP&quot;]<br />string $page[&quot;PLACEHOLDER_BOTTOM&quot;]<br />string $page[&quot;PLACEHOLDER_MAIN_ID&quot;]<br />string $page[&quot;PLACEHOLDER_LEFT_ID&quot;]<br />string $page[&quot;PLACEHOLDER_RIGHT_ID&quot;]<br />string $page[&quot;PLACEHOLDER_TOP_ID&quot;]<br />string $page[&quot;PLACEHOLDER_BOTTOM_ID&quot;]<br />string $page[&quot;PLACEHOLDER_NAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_NAVI_WITH_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID&quot;]<br /><h2>Dump des aktuellen Page-Arrays<br /></h2>{PAGE_ARRAY_DUMP}<br /><p><b><br /></b></p>"
    ["_Attributes"]=>
    array(3) {
      ["editor"]=>
      string(9) "SiteAdmin"
      ["time"]=>
      string(10) "1255973298"
      ["lang"]=>
      string(2) "de"
    }
  }
  ["MAIN_CONTENT"]=>
  string(4091) "<h1>Das $page Array<br /></h1><h2>ID<br /></h2><p>string <b>$page[&#39;ID&#39;]</b><br />Die eindeutige (fortlaufende) numerische Id der Seite <br /> </p><h2>Meta Informationen</h2><p>string <b>$page[&#39;MENU_TITLE&#39;]</b><br />Inhalt des Navigtionstitels<br /></p><p>string <b>$page[&#39;PAGE_TITLE&#39;]</b><br />Inhalt des &quot;title&quot;-HTML-Elements<br /> </p><p>string <b>$page[&#39;META_DESCRIPTION&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;description&quot;<br /></p><p>string <b>$page[&#39;META_KEYWORDS&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;keywords&quot;<br /></p><p>string <b>$page[&#39;META_AUTHOR&#39;]</b><br />Inhalt des &quot;meta&quot;-HTML-Elements type=&quot;author&quot;<br /></p><h2>Inhalt enthaltend</h2><p>string <b>$page[&#39;MAIN_CONTENT&#39;]</b><br />Inhalt des (optionalen) Haupt/Mittelblocks einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;RIGHT_CONTENT&#39;]</b><br />Inhalt der (optionalen) rechten Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;LEFT_CONTENT&#39;]</b><br />Inhalt der (optionalen) linken Spalte einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /> </p><p>string <b>$page[&#39;BOTTOM_CONTENT&#39;]</b><br />Inhalt der (optionalen) unteren Leiste (footer) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><p>string <b>$page[&#39;TOP_CONTENT&#39;]</b><br />Inhalt der (optionalen) oberen Leiste (header) einer Seite - wird typischerweise durch den WYSIWYG-Editor bearbeitet.<br /></p><h2>Navigationselemente<br /></h2><p>string <b>$page[&#39;FULL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe aller Level der Seitenstruktur abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /></p><p>string <b>$page[&#39;FIRST_LEVEL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe des ersten Levels der Seitenstruktur als ungeordnete (ul) Liste<br /> </p><p>string <b>$page[&#39;FIRST_SECOND_LEVEL_NAVI&#39;]</b><br />Inhalt der HTML-Ausgabe des zweiten Levels der Seitenstruktur als ungeordnete (ul) Liste<br /></p><p>string <b>$page[&#39;SECOND_LEVEL_NAVI&#39;]</b><br />Inhalt
der HTML-Ausgabe des zweiten Levels und niedriger, der Seitenstruktur
abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /> </p><p>string <b>$page[&#39;THIRD_LEVEL_NAVI&#39;] </b><br />Inhalt
der HTML-Ausgabe des dritten Levels und niedriger, der Seitenstruktur
abh&#228;nging von der gew&#228;hlten Seite als ungeordnete (ul) Liste<br /></p><p>array <b>$page[&#39;SUB_ARRAY&#39;]</b><br />Unterarray aller Unterseiten, sofern vorhanden, der aktuell gew&#228;hlten Seite</p><h2>Platzhalter und ihre Element-ID<br /></h2>  string $page[&quot;PLACEHOLDER_MAIN&quot;]<br />string $page[&quot;PLACEHOLDER_LEFT&quot;]<br />string $page[&quot;PLACEHOLDER_RIGHT&quot;]<br />string $page[&quot;PLACEHOLDER_TOP&quot;]<br />string $page[&quot;PLACEHOLDER_BOTTOM&quot;]<br />string $page[&quot;PLACEHOLDER_MAIN_ID&quot;]<br />string $page[&quot;PLACEHOLDER_LEFT_ID&quot;]<br />string $page[&quot;PLACEHOLDER_RIGHT_ID&quot;]<br />string $page[&quot;PLACEHOLDER_TOP_ID&quot;]<br />string $page[&quot;PLACEHOLDER_BOTTOM_ID&quot;]<br />string $page[&quot;PLACEHOLDER_NAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_NAVI_WITH_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID&quot;]<br />string $page[&quot;PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS&quot;]<br />string $page[&quot;PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID&quot;]<br /><h2>Dump des aktuellen Page-Arrays<br /></h2>{PAGE_ARRAY_DUMP}<br /><p><b><br /></b></p>"
  ["BOTTOM_CONTENT_ARRAY"]=>
  array(2) {
    ["_Value"]=>
    string(0) ""
    ["_Attributes"]=>
    array(3) {
      ["editor"]=>
      string(0) ""
      ["time"]=>
      string(0) ""
      ["lang"]=>
      string(0) ""
    }
  }
  ["BOTTOM_CONTENT"]=>
  string(0) ""
  ["TOP_CONTENT_ARRAY"]=>
  array(2) {
    ["_Value"]=>
    string(0) ""
    ["_Attributes"]=>
    array(3) {
      ["editor"]=>
      string(0) ""
      ["time"]=>
      string(0) ""
      ["lang"]=>
      string(0) ""
    }
  }
  ["TOP_CONTENT"]=>
  string(0) ""
  ["FULL_NAVI"]=>
  string(1846) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="de/index.htm">Start</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="de/Download_Textrinum.4.htm">Downloads</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="de/Lizenz_von_Textrinum.5.htm">Lizenz</a></li><li class="level-1-li m-li-entry-4"><a class="level-1-a m-a-entry-4" href="de/Features_und_Screenshots_von_Textrinum.6.htm">Features und Screenshots</a></li><li class="level-1-li m-li-entry-5"><a class="level-1-a m-a-entry-5" href="de/Livedemonstration_von_Textrinum.7.htm">Livedemo</a></li><li class="level-1-li m-li-entry-6"><a class="level-1-a m-a-entry-6" href="de/Ziele_und_Ideen_fuer_die_Entwicklung_von_Textrinum.8.htm">Ziele und Ideen</a></li><li class="level-1-li m-li-entry-7"><a class="level-1-a m-a-entry-7" href="de/Plugins_fuer_Textrinum.9.htm">Plugins</a></li><li class="level-1-li m-li-entry-8 last-entry-li active-cat-li"><a class="level-1-a m-a-entry-8 last-entry-a active-cat-a" href="de/Entwickler-_und_Designer_Informationen_fuer_Textrinum.13.htm">Entwickler und Designer</a><ul><li class="level-2-li m-li-entry-1"><a class="level-2-a m-a-entry-1" href="de/Aufbau_eines_Plugins_fuer_Textrinum.11.htm">Aufbau eines Plugins</a></li><li class="level-2-li m-li-entry-2"><a class="level-2-a m-a-entry-2" href="de/Aufbau_eines_Templates_fuer_Textrinum.12.htm">Aufbau eines Templates</a></li><li class="level-2-li m-li-entry-3"><a class="level-2-a m-a-entry-3" href="de/_site.14.htm">$site</a></li><li class="level-2-li m-li-entry-4 active-entry-li"><a class="level-2-a m-a-entry-4 active-entry-a" href="de/_page.15.htm">$page</a></li><li class="level-2-li m-li-entry-5 last-entry-li"><a class="level-2-a m-a-entry-5 last-entry-a" href="de/_template.16.htm">$template</a></li></ul></li>"
  ["FIRST_LEVEL_NAVI"]=>
  string(1147) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="de/index.htm">Start</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="de/Download_Textrinum.4.htm">Downloads</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="de/Lizenz_von_Textrinum.5.htm">Lizenz</a></li><li class="level-1-li m-li-entry-4"><a class="level-1-a m-a-entry-4" href="de/Features_und_Screenshots_von_Textrinum.6.htm">Features und Screenshots</a></li><li class="level-1-li m-li-entry-5"><a class="level-1-a m-a-entry-5" href="de/Livedemonstration_von_Textrinum.7.htm">Livedemo</a></li><li class="level-1-li m-li-entry-6"><a class="level-1-a m-a-entry-6" href="de/Ziele_und_Ideen_fuer_die_Entwicklung_von_Textrinum.8.htm">Ziele und Ideen</a></li><li class="level-1-li m-li-entry-7"><a class="level-1-a m-a-entry-7" href="de/Plugins_fuer_Textrinum.9.htm">Plugins</a></li><li class="level-1-li m-li-entry-8 last-entry-li active-cat-li"><a class="level-1-a m-a-entry-8 last-entry-a active-cat-a" href="de/Entwickler-_und_Designer_Informationen_fuer_Textrinum.13.htm">Entwickler und Designer</a></li>"
  ["FIRST_SECOND_LEVEL_NAVI"]=>
  string(690) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="de/Aufbau_eines_Plugins_fuer_Textrinum.11.htm">Aufbau eines Plugins</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="de/Aufbau_eines_Templates_fuer_Textrinum.12.htm">Aufbau eines Templates</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="de/_site.14.htm">$site</a></li><li class="level-1-li m-li-entry-4 active-entry-li"><a class="level-1-a m-a-entry-4 active-entry-a" href="de/_page.15.htm">$page</a></li><li class="level-1-li m-li-entry-5 last-entry-li"><a class="level-1-a m-a-entry-5 last-entry-a" href="de/_template.16.htm">$template</a></li>"
  ["SECOND_LEVEL_NAVI"]=>
  string(690) "<li class="level-1-li m-li-entry-1"><a class="level-1-a m-a-entry-1" href="de/Aufbau_eines_Plugins_fuer_Textrinum.11.htm">Aufbau eines Plugins</a></li><li class="level-1-li m-li-entry-2"><a class="level-1-a m-a-entry-2" href="de/Aufbau_eines_Templates_fuer_Textrinum.12.htm">Aufbau eines Templates</a></li><li class="level-1-li m-li-entry-3"><a class="level-1-a m-a-entry-3" href="de/_site.14.htm">$site</a></li><li class="level-1-li m-li-entry-4 active-entry-li"><a class="level-1-a m-a-entry-4 active-entry-a" href="de/_page.15.htm">$page</a></li><li class="level-1-li m-li-entry-5 last-entry-li"><a class="level-1-a m-a-entry-5 last-entry-a" href="de/_template.16.htm">$template</a></li>"
  ["THIRD_LEVEL_NAVI"]=>
  string(0) ""
  ["SUB_ARRAY"]=>
  array(9) {
    ["ID"]=>
    array(1) {
      [0]=>
      array(1) {
        ["_Value"]=>
        string(2) "15"
      }
    }
    ["MENU_TITLE"]=>
    array(2) {
      [0]=>
      array(2) {
        ["_Value"]=>
        string(5) "$page"
        ["_Attributes"]=>
        array(1) {
          ["lang"]=>
          string(2) "en"
        }
      }
      [1]=>
      array(2) {
        ["_Value"]=>
        string(5) "$page"
        ["_Attributes"]=>
        array(1) {
          ["lang"]=>
          string(2) "de"
        }
      }
    }
    ["PAGE_TITLE"]=>
    array(2) {
      [0]=>
      array(2) {
        ["_Value"]=>
        string(5) "$page"
        ["_Attributes"]=>
        array(1) {
          ["lang"]=>
          string(2) "en"
        }
      }
      [1]=>
      array(2) {
        ["_Value"]=>
        string(5) "$page"
        ["_Attributes"]=>
        array(1) {
          ["lang"]=>
          string(2) "de"
        }
      }
    }
    ["ACCESS"]=>
    array(1) {
      [0]=>
      array(1) {
        ["_Value"]=>
        string(3) "all"
      }
    }
    ["DESCRIPTION"]=>
    array(1) {
      [0]=>
      array(0) {
      }
    }
    ["KEYWORDS"]=>
    array(1) {
      [0]=>
      array(0) {
      }
    }
    ["PLUGIN"]=>
    array(1) {
      [0]=>
      array(0) {
      }
    }
    ["AUTHOR"]=>
    array(1) {
      [0]=>
      array(0) {
      }
    }
    ["TEMPLATE"]=>
    array(1) {
      [0]=>
      array(0) {
      }
    }
  }
  ["LANG"]=>
  string(2) "de"
  ["page_save_form_action"]=>
  string(8) "standard"
  ["SEARCHFIELDNAME"]=>
  string(1) "q"
  ["PLACEHOLDER_MAIN"]=>
  string(14) "{main_content}"
  ["PLACEHOLDER_LEFT"]=>
  string(14) "{left_content}"
  ["PLACEHOLDER_RIGHT"]=>
  string(15) "{right_content}"
  ["PLACEHOLDER_TOP"]=>
  string(13) "{top_content}"
  ["PLACEHOLDER_BOTTOM"]=>
  string(16) "{bottom_content}"
  ["PLACEHOLDER_MAIN_ID"]=>
  string(12) "edit_content"
  ["PLACEHOLDER_LEFT_ID"]=>
  string(17) "left_edit_content"
  ["PLACEHOLDER_RIGHT_ID"]=>
  string(18) "right_edit_content"
  ["PLACEHOLDER_TOP_ID"]=>
  string(16) "top_edit_content"
  ["PLACEHOLDER_BOTTOM_ID"]=>
  string(19) "bottom_edit_content"
  ["PLACEHOLDER_NAVI_WITH_CHILDS"]=>
  string(6) "{navi}"
  ["PLACEHOLDER_NAVI_WITH_CHILDS_ID"]=>
  string(19) "secondlevelnavi_w_c"
  ["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS"]=>
  string(16) "{firstlevelnavi}"
  ["PLACEHOLDER_FIRSTLEVELNAVI_NO_CHILDS_ID"]=>
  string(18) "firstlevelnavi_n_c"
  ["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS"]=>
  string(17) "{secondlevelnavi}"
  ["PLACEHOLDER_SECONDLEVELNAVI_NO_CHILDS_ID"]=>
  string(19) "secondlevelnavi_n_c"
  ["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS"]=>
  string(26) "{secondlevelnaviandchilds}"
  ["PLACEHOLDER_SECONDLEVELNAVI_WITH_CHILDS_ID"]=>
  string(19) "secondlevelnavi_w_c"
  ["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS"]=>
  string(25) "{thirdlevelnaviandchilds}"
  ["PLACEHOLDER_THIRDLEVELNAVI_WITH_CHILDS_ID"]=>
  string(18) "thirdlevelnavi_w_c"
}