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
Fdl/htmlhead.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* HTML Header
8
*
9
* @author Anakeen
10
* @version $Id: htmlhead.php,v 1.2 2006/04/03 14:56:26 eric Exp $
11
* @package FDL
12
*/
13
/**
14
*/
15
16
function
htmlhead
(
Action
&
$action
)
17
{
18
$title
= $action->
getArgument
(
"title"
);
19
$action->lay->eset(
"doctitle"
,
$title
);
20
$action->parent->addCssRef(
"css/dcp/main.css"
);
21
}
22
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
$title
$title
Definition:
DynacaseConsistency/info.php:2
Action\getArgument
static getArgument($k, $def= '')
Definition:
Class.Action.php:775
htmlhead
htmlhead(Action &$action)
Definition:
Fdl/htmlhead.php:16
← centre documentaire
© anakeen