Changeset 3142
- Timestamp:
- 08/18/08 10:45:20 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/utils/copix/smarty_plugins/function.copixtag.php
r3138 r3142 20 20 function smarty_function_copixtag($params, &$me) { 21 21 $toReturn = ''; 22 if (strpos($p TagName,'|') !== 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')) { 23 23 $toReturn = _tag ( $params['type'], $params); 24 24 }
