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
gencss.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: gencss.php,v 1.3 2003/08/18 15:47:04 eric Exp $
11
* @package FDL
12
* @subpackage
13
*/
14
/**
15
*/
16
// ---------------------------------------------------------------
17
// $Id: gencss.php,v 1.3 2003/08/18 15:47:04 eric Exp $
18
// $Source: /home/cvsroot/anakeen/freedom/freedom/Zone/Fdl/gencss.php,v $
19
// ---------------------------------------------------------------
20
// -----------------------------------
21
function
gencss
(&
$action
)
22
{
23
// -----------------------------------
24
// Set Css
25
$cssfile =
$action
->GetLayoutFile(
"freedom.css"
);
26
$csslay =
new
Layout
($cssfile,
$action
);
27
$action
->parent->AddCssCode($csslay->gen());
28
}
Layout
Layout is a template generator.
Definition:
Class.Layout.php:69
$action
global $action
Definition:
accountRefreshGroup.php:16
gencss
gencss(&$action)
Definition:
gencss.php:21
← centre documentaire
© anakeen