mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
fix a couple errors
This commit is contained in:
@@ -52,7 +52,7 @@ Edit the index.php file to look like the following:
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// put full path to Smarty.class.php
|
// put full path to Smarty.class.php
|
||||||
require('/usr/local/lib/php/Smarty/lib/Smarty.lib.php');
|
require('/usr/local/lib/php/Smarty/Smarty.class.php');
|
||||||
$smarty = new Smarty();
|
$smarty = new Smarty();
|
||||||
|
|
||||||
$smarty->template_dir = '/web/www.domain.com/smarty/templates';
|
$smarty->template_dir = '/web/www.domain.com/smarty/templates';
|
||||||
|
Reference in New Issue
Block a user