ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilObjWorkspaceRootFolderGUI.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 require_once "Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderGUI.php";
6 
18 {
19  function getType()
20  {
21  return "wsrt";
22  }
23 
24  function setTabs($a_show_settings = false)
25  {
26  global $ilHelp;
27 
28  parent::setTabs(false);
29  $ilHelp->setScreenIdComponent("wsrt");
30  }
31 
32  protected function setTitleAndDescription()
33  {
34  global $tpl, $lng;
35 
36  $tpl->setTitle($lng->txt("wsp_personal_workspace"));
37  $tpl->setTitleIcon(ilUtil::getImagePath("icon_wsrt.svg"), $title);
38  $tpl->setDescription($lng->txt("wsp_personal_workspace_description"));
39  }
40 }
41 
42 ?>
Class ilObjWorkspaceFolderGUI.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilObjWorkspaceRootFolderGUI.