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$
  4.  *
  5.  * Copyright ( c ) 2004 bitweaver.org
  6.  * All Rights Reserved. See below for details and a complete list of authors.
  7.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
  8.  *
  9.  * @package kernel
  10.  * @subpackage modules
  11.  */
  12.  
  13. if!empty$module_params ) ) {
  14.     $_template->tpl_vars['modParams'new Smarty_variable$module_params );
  15. }
  16.  
  17. $_template->tpl_vars['adSenseActive'new Smarty_variable(  !empty($module_params['client']&& $gBitSystem->isFeatureActive'liberty_plugin_status_dataadsense' ) );
  18. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:10 +0000 by phpDocumentor 1.5.0-lsces