DataObjects/Cms_template.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:48:29 +0000 (13:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:48:29 +0000 (13:48 +0800)
DataObjects/Cms_template.php

index 6c72f17..2382eb8 100644 (file)
@@ -431,8 +431,8 @@ class Pman_Cms_DataObjects_Cms_template  extends DB_DataObject
                 array();
         
         $tmpl->contentStrings   = $flexy->compiler->contentStrings;
-        var_dump(file_exists($flexy->getTextStringsFile));
-        print_r(array($flexy->getTextStringsFile, $tmpl->words));
+        //var_dump(file_exists($flexy->getTextStringsFile));
+        print_r($tmpl->words);
         $tmpl->currentTemplate  = $flexy->currentTemplate;
         
         $tmpl->view_name = $pgdata['base'];