Remove debug message.

This commit is contained in:
andrey
2001-01-30 18:06:14 +00:00
parent 31d1503ade
commit ee2294b27e
4 changed files with 2 additions and 6 deletions

View File

@@ -271,8 +271,6 @@ class Smarty
function _process_file($filepath)
{
var_dump($filepath);
if(preg_match("/^(.+)\/([^\/]+)$/", $filepath, $match)) {
$tpl_file_dir = $match[1];
$tpl_file_name = $match[2] . ".php";

View File

@@ -1,5 +1,5 @@
{config_load file=test.conf section="setup"}
{include file=foo/header.tpl title=foo}
{include file=header.tpl title=foo}
<PRE>

View File

@@ -271,8 +271,6 @@ class Smarty
function _process_file($filepath)
{
var_dump($filepath);
if(preg_match("/^(.+)\/([^\/]+)$/", $filepath, $match)) {
$tpl_file_dir = $match[1];
$tpl_file_name = $match[2] . ".php";

View File

@@ -1,5 +1,5 @@
{config_load file=test.conf section="setup"}
{include file=foo/header.tpl title=foo}
{include file=header.tpl title=foo}
<PRE>