Changeset 3142

Show
Ignore:
Timestamp:
08/18/08 10:45:20 (3 months ago)
Author:
juliens
Message:

utilisation du params type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/utils/copix/smarty_plugins/function.copixtag.php

    r3138 r3142  
    2020function smarty_function_copixtag($params, &$me) { 
    2121    $toReturn = ''; 
    22     if (strpos($pTagName,'|') !== false || file_exists (COPIX_PATH.'taglib/'.strtolower ($params['type']).'.templatetag.php')) {   
     22    if (strpos($params['type'],'|') !== false || file_exists (COPIX_PATH.'taglib/'.strtolower ($params['type']).'.templatetag.php')) {     
    2323        $toReturn = _tag ( $params['type'], $params); 
    2424    }