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
admin_timers.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
* Timer management
9
*
10
* @author Anakeen 2008
11
* @version $Id: admin_timers.php,v 1.2 2009/01/02 17:43:50 eric Exp $
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
* @package FDL
14
* @subpackage
15
*/
16
/**
17
*/
18
19
include_once (
"FDL/Class.Doc.php"
);
20
include_once (
"FDL/Class.DocTimer.php"
);
21
/**
22
* Timers management
23
* @param Action &$action current action
24
*/
25
function
admin_timers
(&
$action
)
26
{
27
28
$dbaccess
=
$action
->GetParam(
"FREEDOM_DB"
);
29
30
$action
->parent->AddJsRef(
$action
->GetParam(
"CORE_JSURL"
) .
"/geometry.js"
);
31
$action
->parent->AddJsRef(
$action
->GetParam(
"CORE_JSURL"
) .
"/AnchorPosition.js"
);
32
}
33
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase