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

Source for file pnBanners.php

Documentation is available at pnBanners.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2001, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: pnBanners.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Core
  10.  * @subpackage pnAPI
  11.  */
  12.  
  13. /**
  14.  * Function to display banners in all pages
  15.  */
  16. function pnBannerDisplay($type 0)
  17. {
  18.     return pnModFunc('Banners''user''display'array('type' => $type));
  19. }

Documentation generated on Fri, 18 Jul 2008 21:52:43 +0200 by phpDocumentor 1.4.1