Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
allviewcss.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Edition to affect document
9  *
10  * @author Anakeen 2011
11  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
12  */
13 /**
14  * All view css stylesheets in one single stylesheets
15  * @param Action &$action current action
16  */
18 {
19  $jurl = "WHAT/Layout";
20 
21  $static_css = array();
22  $dynamic_css = array();
23 
24  $dynamic_css[] = "CORE/Layout/core.css";
25  $dynamic_css[] = "FDL/Layout/freedom.css";
26 
27  setHeaderCache("text/css");
28  $action->lay->template = "";
29 
30  RessourcePacker::pack_css($action, $static_css, $dynamic_css);
31 }
32 ?>
← centre documentaire © anakeen - published under CC License - Dynacase