fix example title

This commit is contained in:
mohrt
2003-08-18 15:11:59 +00:00
parent aeb830dcb5
commit a94d14ac58

View File

@@ -127,7 +127,7 @@ $smarty = new Smarty;</screen>
</para> </para>
<example> <example>
<title>Supply absolute path to library directory</title> <title>Supply absolute path to library file</title>
<screen> <screen>
require('/usr/local/lib/php/Smarty/Smarty.class.php'); require('/usr/local/lib/php/Smarty/Smarty.class.php');
$smarty = new Smarty;</screen> $smarty = new Smarty;</screen>