ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilChatroomAdminSmiliesGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
11 {
15  public function executeDefault($method)
16  {
17  global $DIC;
18 
19  $this->gui->switchToVisibleMode();
20  $DIC->ui()->mainTemplate()->setVariable('ADM_CONTENT', '');
21  }
22 }
global $DIC
Definition: saml.php:7
Class ilChatroomGUIHandler.