Made a change to allow multiple calls to the parser
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php
index 86e8e78..011d959 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -66,7 +66,7 @@
 		

 		if ($return == FALSE)

 		{

-			$CI->output->final_output = $template;

+			$CI->output->append_output($template);

 		}

 		

 		return $template;