updated doc-blocks and module package
Dieser Commit ist enthalten in:
Ursprung
cdbe58427c
Commit
7a0bc2d4f3
4 geänderte Dateien mit 642 neuen und 20 gelöschten Zeilen
|
|
@ -8,6 +8,15 @@ Autor:
|
|||
Version:</description>
|
||||
<type>Content</type>
|
||||
<input>?><?php
|
||||
/**
|
||||
* Module cl-contactform input
|
||||
*
|
||||
* @author Ortwin Pinke <info@php-backoffice.de>
|
||||
*
|
||||
* based on w3concepts.form.v1 from Andreas Kummer (2004-08-20)
|
||||
* modified and adapted to Contenido 4.8 under PHP 5.x by Murat Purc (2013-08-24)
|
||||
*/
|
||||
|
||||
cInclude('frontend', 'includes/class.input.helper.php');
|
||||
$oCfgTable = new UI_Config_Table();
|
||||
|
||||
|
|
@ -39,17 +48,14 @@ $oCfgTable->render(true);
|
|||
|
||||
?><?php</input>
|
||||
<output><?php
|
||||
|
||||
/* * ************************************************
|
||||
* CONTENIDO MODULE - OUTPUT
|
||||
/**
|
||||
* Module cl-contactform output
|
||||
*
|
||||
* Modulname : w3concepts.form.v1
|
||||
* Author : Andreas Kummer
|
||||
* Copyright : mumprecht & kummer w3concepts
|
||||
* Created : 20-08-2004
|
||||
* Modified : 20-08-2004
|
||||
* Modified : 24-08-2013, Murat Purc, adapted to newer CONTENIDO (4.8) and PHP (5.3/5.4) versions
|
||||
* *********************************************** */
|
||||
* @author Ortwin Pinke <info@php-backoffice.de>
|
||||
*
|
||||
* based on w3concepts.form.v1 from Andreas Kummer (2004-08-20)
|
||||
* modified and adapted to Contenido 4.8 under PHP 5.x by Murat Purc (2013-08-24)
|
||||
*/
|
||||
|
||||
$sFrontEndPath = cRegistry::getClientConfig(cRegistry::getClientId())['path']['frontend'] . 'securimage' . DIRECTORY_SEPARATOR;
|
||||
require_once $sFrontEndPath . 'securimage.php';
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren