cvs: smarty /docs/en/programmers smarty-constants.xml
[email protected] ("Messju Mohr") Wed, 11 Apr 2007 07:55:55 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1176278155@cvsserver> |
messju Wed Apr 11 07:55:55 2007 UTC
Modified files:
/smarty/docs/en/programmers smarty-constants.xml
Log:
fixed typo
http://cvs.php.net/viewvc.cgi/smarty/docs/en/programmers/smarty-constants.xml?r1=1.9&r2=1.10&diff_format=u
Index: smarty/docs/en/programmers/smarty-constants.xml
diff -u smarty/docs/en/programmers/smarty-constants.xml:1.9 smarty/docs/en/programmers/smarty-constants.xml:1.10
--- smarty/docs/en/programmers/smarty-constants.xml:1.9 Wed Sep 27 07:20:56 2006
+++ smarty/docs/en/programmers/smarty-constants.xml Wed Apr 11 07:55:55 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<chapter id="smarty.constants">
<title>Constants</title>
@@ -41,7 +41,7 @@
<sect1 id="constant.smarty.core.dir">
<title>SMARTY_CORE_DIR</title>
<para>
- This if the <emphasis>full system path</emphasis> to the location of the Smarty core
+ This is the <emphasis>full system path</emphasis> to the location of the Smarty core
files. If not defined, Smarty will default this constant to the
<filename>internals/</filename> sub-directory below
<link linkend="constant.smarty.dir"><constant>SMARTY_DIR</constant></link>.