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');
-
-?>
-