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
systemcss.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Concatenation of the 2 css file : style and size
8
*
9
* @author Anakeen
10
* @version $Id: systemcss.php,v 1.1 2006/07/27 16:04:19 eric Exp $
11
* @package FDL
12
* @subpackage CORE
13
*/
14
/**
15
*/
16
17
function
systemcss
(
Action
&
$action
)
18
{
19
20
$file
=
DEFAULT_PUBDIR
.
"/css/dcp/main.css"
;
21
22
$tsize
= file_get_contents(
$file
);
23
24
$action->lay->template =
$tsize
;
25
}
$action
global $action
Definition:
accountRefreshGroup.php:16
$file
$file
Definition:
fdl_sendmail.php:24
Action
Definition:
Class.Action.php:24
DEFAULT_PUBDIR
const DEFAULT_PUBDIR
Definition:
Lib.Prefix.php:28
$tsize
$tsize
Definition:
resizeimg.php:213
systemcss
systemcss(Action &$action)
Definition:
systemcss.php:17
← centre documentaire
© anakeen