1
0
Fork 0

init frames and content

Dieser Commit ist enthalten in:
Ortwin Pinke 2021-03-04 19:49:30 +01:00
Ursprung eec3cfcf5a
Commit 12de3913d6
10 geänderte Dateien mit 70 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,9 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
echo 'Configuration';

Datei anzeigen

@ -0,0 +1,8 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

Datei anzeigen

@ -5,4 +5,4 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
echo "Overview";

Datei anzeigen

@ -0,0 +1,9 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
echo 'Settings';

Datei anzeigen

@ -0,0 +1,9 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
echo 'Configuration';

Datei anzeigen

@ -0,0 +1,8 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

Datei anzeigen

@ -0,0 +1,8 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
echo "Overview";

Datei anzeigen

@ -0,0 +1,9 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
echo 'Settings';

Datei anzeigen

@ -24,10 +24,15 @@
</actions> </actions>
<frames> <frames>
<frame area="phpboCC" filetype="main" name="phpbo.cookie_consent/includes/contenido/include.cc_overview.php" frameId="4" />
<frame area="phpboCC_settings" filetype="main" name="phpbo.cookie_consent/includes/contenido/include.cc_settings.php" frameId="4" />
<frame area="phpboCC_config" filetype="main" name="phpbo.cookie_consent/includes/contenido/include.cc_config.php" frameId="4" />
</frames> </frames>
<nav_sub> <nav_sub>
<nav area="phpboCC" level="0" navm="content">phpbo.cookie_consent/xml/;navigation/content/phpboCC/main</nav> <nav area="phpboCC" level="0" navm="1">phpbo.cookie_consent/xml/;navigation/content/phpboCC/main</nav>
<nav area="phpboCC" level="1" navm="1">phpbo.cookie_consent/xml/;navigation/content/phpboCC/overview</nav>
<nav area="phpboCC_config" level="1" navm="1">phpbo.cookie_consent/xml/;navigation/content/phpboCC/config</nav>
<nav area="phpboCC_settings" level="1" navm="1">phpbo.cookie_consent/xml/;navigation/content/phpboCC/settings</nav>
</nav_sub> </nav_sub>
</contenido> </contenido>
</plugin> </plugin>

Datei anzeigen

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Contenido XML language file -->
<language> <language>
<navigation> <navigation>
<content> <content>
@ -7,7 +6,7 @@
<main>Cookie Consent Manager</main> <main>Cookie Consent Manager</main>
<settings>Einstellung</settings> <settings>Einstellung</settings>
<config>Konfiguration</config> <config>Konfiguration</config>
<overview>Übersicht</overview> <overview>Übersicht</overview>
</phpboCC> </phpboCC>
</content> </content>
</navigation> </navigation>