Fixed {php} reference. Converted to {print_r(...)} approach.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 4 Dec 2018 17:50:57 +0000 (12:50 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 4 Dec 2018 17:50:57 +0000 (12:50 -0500)
views/admin/management/leads.html

index 015618e..d6faba1 100644 (file)
         </tr>
         {/if}
         {if $import_fields}
-            {php}
-                echo '<pre>' . print_r( $import_fields, true ) . '</pre>';
-            {/php}
+            <pre>{print_r( $import_fields, true )}</pre>
         {/if}
         {if $result}
         <tr>