5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
22 $this->copy_enabled =
true;
23 $this->delete_enabled =
true;
24 $this->cut_enabled =
true;
25 $this->subscribe_enabled =
true;
26 $this->link_enabled =
true;
27 $this->info_screen_enabled =
true;
29 $this->gui_class_name =
"ilobjbloggui";
32 include_once(
'./Modules/Blog/classes/class.ilObjBlogAccess.php');
38 $commands = parent::getCommands();
41 $permissions =
array();
42 foreach($commands as $idx => $item)
44 if($item[
"lang_var"] ==
"edit" && $item[
"granted"])
46 $permissions[$item[
"permission"]] = $idx;
49 if(
sizeof($permissions) == 2)
51 unset($commands[$permissions[
"contribute"]]);
Create styles array
The data for the language used.
static _getCommands()
get commands