From 7af307dbb8958d91ad0e1faab04876ff59d83db9 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 26 Dec 2006 20:27:08 +0000 Subject: [PATCH] Cleaning --- html/test_smarty.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 html/test_smarty.php diff --git a/html/test_smarty.php b/html/test_smarty.php deleted file mode 100755 index 1e035f0d1..000000000 --- a/html/test_smarty.php +++ /dev/null @@ -1,15 +0,0 @@ -template_dir = '../templates'; -$smarty->compile_dir = '../compile'; -$smarty->cache_dir = '../cache'; -$smarty->config_dir = '../configs'; - -$smarty->assign('name', 'Stan'); -$smarty->display('index.tpl'); - -?> -