27 $args =
Context::gets(
'skin',
'colorset',
'editor_skin',
'sel_editor_colorset',
'mskin',
'mcolorset',
'layout_srl',
'mlayout_srl',
'grant_write_default',
'grant_write_group');
28 $args->editor_colorset =
$args->sel_editor_colorset;
29 unset(
$args->sel_editor_colorset);
33 $args->skin =
'default';
38 $args->colorset =
'white';
41 if(!
$args->editor_skin)
43 $args->editor_skin =
'default';
48 $args->mskin =
'default';
51 if(!
$args->layout_srl)
53 $args->layout_srl = NULL;
56 $oCommunicationModel =
getModel(
'communication');
57 $args->grant_write = $oCommunicationModel->getGrantArray(
$args->grant_write_default,
$args->grant_write_group);
58 unset(
$args->grant_write_default);
59 unset(
$args->grant_write_group);
getController($module_name)
procCommunicationAdminInsertConfig()
setRedirectUrl($url= './', $output=NULL)
communication module of the admin controller class