init frames and content
Dieser Commit ist enthalten in:
Ursprung
eec3cfcf5a
Commit
12de3913d6
10 geänderte Dateien mit 70 neuen und 6 gelöschten Zeilen
9
includes/conlite/include.cc_config.php
Normale Datei
9
includes/conlite/include.cc_config.php
Normale Datei
|
@ -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';
|
8
includes/conlite/include.cc_functions.php
Normale Datei
8
includes/conlite/include.cc_functions.php
Normale Datei
|
@ -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.
|
||||
*/
|
||||
|
|
@ -5,4 +5,4 @@
|
|||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
echo "Overview";
|
||||
|
|
9
includes/conlite/include.cc_settings.php
Normale Datei
9
includes/conlite/include.cc_settings.php
Normale Datei
|
@ -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';
|
9
includes/contenido/include.cc_config.php
Normale Datei
9
includes/contenido/include.cc_config.php
Normale Datei
|
@ -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';
|
8
includes/contenido/include.cc_functions.php
Normale Datei
8
includes/contenido/include.cc_functions.php
Normale Datei
|
@ -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.
|
||||
*/
|
||||
|
8
includes/contenido/include.cc_overview.php
Normale Datei
8
includes/contenido/include.cc_overview.php
Normale Datei
|
@ -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";
|
9
includes/contenido/include.cc_settings.php
Normale Datei
9
includes/contenido/include.cc_settings.php
Normale Datei
|
@ -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';
|
|
@ -24,10 +24,15 @@
|
|||
|
||||
</actions>
|
||||
<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>
|
||||
<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>
|
||||
</contenido>
|
||||
</plugin>
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- Contenido XML language file -->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<language>
|
||||
<navigation>
|
||||
<content>
|
||||
|
@ -7,7 +6,7 @@
|
|||
<main>Cookie Consent Manager</main>
|
||||
<settings>Einstellung</settings>
|
||||
<config>Konfiguration</config>
|
||||
<overview>Übersicht</overview>
|
||||
<overview>Übersicht</overview>
|
||||
</phpboCC>
|
||||
</content>
|
||||
</navigation>
|
||||
|
|
Laden …
In neuem Issue referenzieren