'/'); $content = null; $repeat = true; smarty_block_MTParentCategories($args, $content, $ctx, $repeat); $res = ''; while ($repeat) { $content = $ctx->tag('MTCategoryLabel'); $content = smarty_modifier_dirify($content); $res .= smarty_block_MTParentCategories($args, $content, $ctx, $repeat); } return $res; } ?>