cvs: smarty /docs/fr designers.sgml
"andreas halter" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsandreas1067866307@cvsserver> |
andreas Mon Nov 3 08:31:47 2003 EDT
Modified files:
/smarty/docs/fr designers.sgml
Log:
- changed Smarty.php.class occurences to Smarty.class.php
Index: smarty/docs/fr/designers.sgml
diff -u smarty/docs/fr/designers.sgml:1.3 smarty/docs/fr/designers.sgml:1.4
--- smarty/docs/fr/designers.sgml:1.3 Wed Oct 29 17:46:46 2003
+++ smarty/docs/fr/designers.sgml Mon Nov 3 08:31:47 2003
@@ -3599,7 +3599,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('id_client', array(1000,1001,1002,1003));
$smarty->assign('cust_names', array('Joe Schmoe','Jack Smith','Jane
@@ -3615,7 +3615,7 @@
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_checkboxes', array(
1001 => 'Joe Schmoe',
@@ -3733,7 +3733,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->display('index.tpl');
@@ -3838,7 +3838,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('id_client', array(1000,1001,1002,1003));
$smarty->assign('nom_client', array('Joe Schmoe','Jack Smith','Jane
@@ -3855,7 +3855,7 @@
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_options', array(
1001 => 'Joe Schmoe',
@@ -3968,7 +3968,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('id_client', array(1000,1001,1002,1003));
$smarty->assign('nom_client', array('Joe Schmoe','Jack Smith','Jane
@@ -3984,7 +3984,7 @@
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_radios', array(
1001 => 'Joe Schmoe',
@@ -4698,7 +4698,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('data',array(1,2,3,4,5,6,7,8,9));
$smarty->assign('tr',array('bgcolor="#eeeeee"','bgcolor="#dddddd"'));
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php