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

Source for file block.tr.php

Documentation is available at block.tr.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * Smarty plugin
  10.  * -------------------------------------------------------------
  11.  * File:     block.translate.php
  12.  * Type:     block
  13.  * Name:     translate
  14.  * Purpose:  translate a block of text
  15.  * -------------------------------------------------------------
  16.  */
  17. //global $lang;
  18. //include_once('lang/language.php');
  19. function smarty_block_tr$pParams$pContent&$gBitSmarty {
  20.     echotra$pContent ) );
  21. }
  22. ?>

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