contenido\includes\functions.lay.php
Project:
Contenido Content Management System
Description: Defines the Layout related functions
Requirements:
- Author
- Jan Lengowski
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend includes
- Since
- file available since contenido release <= 4.6 {@internal created 2003 modified 2008-06-26, Frederic Schneider, add security fix $Id: functions.lay.php 1185 2010-08-09 08:43:47Z timo.trautmann $: }}
- Version
- 1.3.2
Functions

layEditLayout(int $idlay, string $name, string $description, string $code) : int
Edit or Create a new layout
Parameters
Returns
Details
Name | Type | Description |
---|---|---|
$idlay | int | Id of the Layout |
$name | string | Name of the Layout |
$description | string | Description of the Layout |
$code | string | Layout HTML Code |
Type | Description |
---|---|
int | $idlay Id of the new or edited Layout |
- Author
- Olaf Niemann
- Copryright
- four for business AG