updated doc-blocks and module package

Dieser Commit ist enthalten in:
o.pinke 2023-04-25 20:21:58 +02:00
Ursprung cdbe58427c
Commit 7a0bc2d4f3
4 geänderte Dateien mit 642 neuen und 20 gelöschten Zeilen

Datei anzeigen

@ -1,4 +1,13 @@
?><?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();