no ono je ich viacej ale ok:
Kód:
Fatal error: Class 'Smarty' not found in C:\Program Files (x86)\VertrigoServ\www\MyOwPa2\index.php on line 3
Kód:
Warning: require_once(./skin/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files (x86)\VertrigoServ\www\MyOwPa2\index.php on line 3
Fatal error: require_once() [function.require]: Failed opening required './skin/Smarty.class.php' (include_path='.;C:\Program Files (x86)\VertrigoServ\Smarty') in C:\Program Files (x86)\VertrigoServ\www\MyOwPa2\index.php on line 3
Kód:
Fatal error: Class 'Smarty' not found in C:\Program Files (x86)\VertrigoServ\www\MyOwPa2\index.php on line 5
a tu su aj nejake zdrojaky:
Kód:
<?php
$template_dir = 'skin/templates/';
$compile_dir = 'skin/ctemplates/';
$config_dir = 'skin/config/';
$plugins_dir = array('skin/plugins/','skin/myplugins/');
?>
Kód:
<?php
//requires
require_once './skin/Smarty.class.php';
$page = new Smarty();
$page->display('index.html');
?>
Kód:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>První Smarty stranka</title>
</head>
<body>
<br>
Dnes je: {$smarty.now|date_format:"%d.%m.%Y"}<br>
Muj mail je {mailto address='muj@mujmail.cz' encode='javascript' subject='Jdeme na piwo'}
</body>
</html>
myslim ze netreba pisat ktore je co a ako, ty co sa vyznaju to pochopia

problem je v tom ze ja ani nemam sajn ze ako to ma byt a co kde ma byt proste neviem nic, pls dajte radsej nejaky navod