@@ -27,7 +27,7 @@ |
||
| 27 | 27 | user=admin |
| 28 | 28 | }> |
| 29 | 29 | */ |
| 30 | -function smarty_function_xoBlk( $params, &$smarty ) |
|
| 30 | +function smarty_function_xoBlk($params, &$smarty) |
|
| 31 | 31 | {
|
| 32 | 32 | $old_caching = $smarty->caching; |
| 33 | 33 | $old_cache_lifetime = $smarty->cache_lifetime; |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | </div> |
| 28 | 28 | <{/xoBlkTpl}>
|
| 29 | 29 | */ |
| 30 | -function smarty_block_xoBlkTpl ($params, $content, &$smarty, &$repeat) {
|
|
| 30 | +function smarty_block_xoBlkTpl($params, $content, &$smarty, &$repeat) {
|
|
| 31 | 31 | static $old_block; |
| 32 | 32 | if (empty($content)) {
|
| 33 | 33 | xoops_load("cache");
|