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

Source for file mod_adsense.php

Documentation is available at mod_adsense.php

  1. <?php
  2. /**
  3.  * $Header: /cvsroot/bitweaver/_bit_kernel/modules/mod_adsense.php,v 1.1 2006/12/02 13:45:36 nickpalmer Exp $
  4.  *
  5.  * Copyright ( c ) 2004 bitweaver.org
  6.  * All Rights Reserved. See copyright.txt for details and a complete list of authors.
  7.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
  8.  *
  9.  * @package kernel
  10.  * @subpackage modules
  11.  */
  12.  
  13. if!empty$module_params ) ) {
  14.     $gBitSmarty->assign'modParams'$module_params );
  15. }
  16.  
  17. $gBitSmarty->assign('modParams'$module_params);
  18.  
  19. $gBitSmarty->assign('adSenseActive'!empty($module_params['client']&&
  20.     $gBitSystem->isFeatureActive'liberty_plugin_status_dataadsense' ));
  21. ?>

Documentation generated on Thu, 15 Feb 2007 20:45:06 +0000 by phpDocumentor 1.3.0