Core  3.2
PHP API documentation
 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 ?>
global $action
static getArgument($k, $def= '')
htmlhead(Action &$action)
← centre documentaire © anakeen