ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilImprint.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once("./Services/COPage/classes/class.ilPageObject.php");
5 
13 class ilImprint extends ilPageObject
14 {
15  public static function isActive()
16  {
17  return self::_lookupActive(1, "impr");
18  }
19 }
20 
21 ?>