Cleaning
This commit is contained in:
parent
db3735e736
commit
7af307dbb8
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
require('Smarty.class.php');
|
||||
$smarty = new Smarty();
|
||||
|
||||
$smarty->template_dir = '../templates';
|
||||
$smarty->compile_dir = '../compile';
|
||||
$smarty->cache_dir = '../cache';
|
||||
$smarty->config_dir = '../configs';
|
||||
|
||||
$smarty->assign('name', 'Stan');
|
||||
$smarty->display('index.tpl');
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue