Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
gate_editurl.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* Edit Url for gate
9
*
10
* @author Anakeen 2000
11
* @version $Id: gate_editurl.php,v 1.4 2005/10/11 12:25:47 eric Exp $
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
* @package FDL
14
* @subpackage CORE
15
*/
16
/**
17
*/
18
// -----------------------------------
19
function
gate_editurl
(&
$action
)
20
{
21
22
$url =
$action
->GetParam(
"GATE_URL"
);
23
// url set
24
$turl = explode(
","
, $url);
25
$action
->lay->set(
"urlG11"
, $turl[0]);
26
$action
->lay->set(
"urlG12"
, $turl[1]);
27
$action
->lay->set(
"urlG21"
, $turl[2]);
28
$action
->lay->set(
"urlG22"
, $turl[3]);
29
$action
->lay->set(
"urlG31"
, $turl[4]);
30
$action
->lay->set(
"urlG32"
, $turl[5]);
31
}
32
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase