HTML/Template/Flexy.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 08:53:22 +0000 (16:53 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 08:53:22 +0000 (16:53 +0800)
HTML/Template/Flexy.php

index a553d31..34e9631 100644 (file)
@@ -332,6 +332,7 @@ class HTML_Template_Flexy
         //Remove the slash if there is one in front, just to be safe.
         $file = ltrim($file,DIRECTORY_SEPARATOR);
         
+        print_r($file);exit;
         
         if (strpos($file,'#')) {
             list($file,$this->options['output.block']) = explode('#', $file);