Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Core/htmlhead.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Generated Header (not documented yet)
8
*
9
* @author Anakeen
10
* @version $Id: htmlhead.php,v 1.4 2005/01/21 17:47:40 eric Exp $
11
* @package FDL
12
* @subpackage CORE
13
*/
14
/**
15
*/
16
// $Id: htmlhead.php,v 1.4 2005/01/21 17:47:40 eric Exp $
17
include_once (
'Class.QueryDb.php'
);
18
include_once (
'Class.Application.php'
);
19
20
function
htmlhead
(
Action
&
$action
)
21
{
22
23
$title
= GetHttpVars(
"title"
);
24
$action->lay->eset(
"TITLE"
,
$title
);
25
$action->parent->addCssRef(
"css/dcp/core.css"
);
26
}
27
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
htmlhead
htmlhead(Action &$action)
Definition:
Core/htmlhead.php:20
Action
Definition:
Class.Action.php:24
$title
$title
Definition:
DynacaseConsistency/info.php:2
← centre documentaire
© anakeen