mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
Remove debug message.
This commit is contained in:
@@ -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";
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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";
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user