Changeset 1831
- Timestamp:
- 04/10/08 06:09:15 (8 months ago)
- Files:
-
- branches/release-34/php/lib/block.mtfoldernext.php (modified) (1 diff)
- branches/release-34/php/lib/function.mtfolderpath.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-34/php/lib/block.mtfoldernext.php
r1174 r1831 8 8 require_once('block.mtcategorynext.php'); 9 9 function smarty_block_mtfoldernext($args, $content, &$ctx, &$repeat) { 10 $args['clas '] = 'folder';10 $args['class'] = 'folder'; 11 11 return smarty_block_mtcategorynext($args, $content, $ctx, $repeat); 12 12 } branches/release-34/php/lib/function.mtfolderpath.php
r1174 r1831 8 8 require_once('function.mtsubcategorypath.php'); 9 9 function smarty_function_mtfolderpath($args, &$ctx) { 10 $args['class'] = 'folder'; 10 11 return smarty_function_mtsubcategorypath($args, $ctx); 11 12 }
