cvs: smarty /docs/en getting-started.xml
"Peter 'Mash' Morgan" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvspete_morgan1126727571@cvsserver> |
pete_morgan Wed Sep 14 15:52:51 2005 EDT
Modified files:
/smarty/docs/en getting-started.xml
Log:
tweak
http://cvs.php.net/diff.php/smarty/docs/en/getting-started.xml?r1=1.11&r2=1.12&ty=u
Index: smarty/docs/en/getting-started.xml
diff -u smarty/docs/en/getting-started.xml:1.11 smarty/docs/en/getting-started.xml:1.12
--- smarty/docs/en/getting-started.xml:1.11 Wed Sep 14 15:42:23 2005
+++ smarty/docs/en/getting-started.xml Wed Sep 14 15:52:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<part id="getting.started">
<title>Getting Started</title>
@@ -221,7 +221,7 @@
// hack version example that works on both *nix and windows
// Smarty is assumend to be in 'includes/' dir under current script
-define('SMARTY_DIR',str_replace("\\","/",getcwd()).'/includes/Smarty/libs/');
+define('SMARTY_DIR',str_replace("\\","/",getcwd()).'/includes/Smarty-v.e.r/libs/');
require_once(SMARTY_DIR . 'Smarty.class.php');
$smarty = new Smarty();
@@ -404,7 +404,7 @@
{* Smarty *}
-Hello, {$name} and welcome to Smarty!
+Hello {$name}, welcome to Smarty!
]]>
</screen>
</example>
@@ -468,7 +468,7 @@
<para>
Now naviagate to the <filename>index.php</filename> file with the web browser.
- You should see "Hello, Ned!"
+ You should see "Hello Ned, welcome to Smarty!"
</para>
<para>
You have completed the basic setup for Smarty!
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php