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
freedom_icons.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* View folder containt in icon mode
8
*
9
* @author Anakeen
10
* @version $Id: freedom_icons.php,v 1.5 2005/08/18 09:16:09 eric Exp $
11
* @package FDL
12
* @subpackage GED
13
*/
14
/**
15
*/
16
17
include_once (
'FREEDOM/freedom_view.php'
);
18
// -----------------------------------
19
// -----------------------------------
20
function
freedom_icons
(&
$action
)
21
{
22
// -----------------------------------
23
// Set the globals elements
24
$memo = (
getHttpVars
(
"memo"
,
"N"
) ==
"Y"
);
25
26
if
($memo)
$action
->parent->param->Set(
"FREEDOM_VIEW"
,
"icon"
,
PARAM_USER
.
$action
->user->id,
$action
->parent->id);
27
28
viewfolder
(
$action
,
false
);
29
}
30
?>
freedom_icons
freedom_icons(&$action)
Definition:
freedom_icons.php:20
$action
global $action
Definition:
accountRefreshGroup.php:16
PARAM_USER
const PARAM_USER
Definition:
Class.Param.php:25
viewfolder
viewfolder(Action &$action, $with_abstract=false, $with_popup=true, $column=false, $slice="-", $sqlfilters=array(), $famid="", $paginationType="none")
Definition:
viewfolder.php:34
getHttpVars
getHttpVars($name, $def="", $scope="all")
Definition:
Lib.Http.php:124
← centre documentaire
© anakeen