Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Source for file tools.php

Documentation is available at tools.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2004, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: tools.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_System_Modules
  10.  * @subpackage Admin
  11.  */
  12.  
  13. /**
  14.  * display the header for the admin panel of non API compliant modules
  15.  *
  16.  * A lot simple that the object orientated menu system used before....
  17.  *
  18.  * @author Mark West
  19.  * @deprecated
  20.  */
  21. function GraphicAdmin()
  22. {
  23.     $stylesheet pnModGetVar('admin''modulestylesheet');
  24.     PageUtil::addVar('stylesheet''system/Admin/pnstyle/' DataUtil::formatForOS($stylesheet));
  25.     echo pnModFunc('Admin''admin''categorymenu');
  26. }

Documentation generated on Fri, 18 Jul 2008 21:58:31 +0200 by phpDocumentor 1.4.1