XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
blocks.php File Reference

Go to the source code of this file.

Functions

 createSQL ()
 
 delete_blocks ()
 
 delete_positions ()
 
 save_position ($edit=0)
 
 show_rm_blocks ()
 
 toggle_visibility ($s)
 

Variables

 $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : ''
 
const RMCLOCATION 'blocks'
 

Function Documentation

createSQL ( )

Definition at line 14 of file blocks.php.

References $db, $mid, and $sql.

Referenced by show_rm_blocks().

Here is the caller graph for this function:

delete_blocks ( )

Delete a set of selected widgets

Definition at line 272 of file blocks.php.

References $id, $xoopsSecurity, __(), RMEvents\get(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

delete_positions ( )

Definition at line 304 of file blocks.php.

References $id, $xoopsSecurity, __(), RMEvents\get(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

save_position (   $edit = 0)

Save the current positions

Definition at line 189 of file blocks.php.

References $db, $id, $sql, $xoopsSecurity, __(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

toggle_visibility (   $s)

Change the current visibility status for a set of selected widgets

Definition at line 243 of file blocks.php.

References $db, $xoopsSecurity, __(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

Variable Documentation

$action = isset($_REQUEST['action']) ? $_REQUEST['action'] : ''

Definition at line 335 of file blocks.php.