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

Source for file mod_powered_by.php

Documentation is available at mod_powered_by.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. global $gBitDbSystem;
  14. $_template->tpl_vars['gBitDbSystem'new Smarty_variable$gBitDbSystem );
  15.  
  16. if!isset$moduleParams['module_params']['no_dblogo')) {
  17.     global $gBitDbType;
  18.     $_template->tpl_vars['gBitDbType'new Smarty_variable$gBitDbType );
  19. }
  20.  
  21. ifisset$moduleParams['module_params']['large'|| $gBitSystem->getConfig'site_icon_size''small' == 'large' {
  22.     $_template->tpl_vars['size'new Smarty_variable'/large' );
  23. }
  24. ?>

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