cvs: smarty /docs/de designers.sgml
"andreas halter" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsandreas1067867726@cvsserver> |
andreas Mon Nov 3 08:55:26 2003 EDT
Modified files:
/smarty/docs/de designers.sgml
Log:
- changed Smarty.php.class occurences to Smarty.class.php
Index: smarty/docs/de/designers.sgml
diff -u smarty/docs/de/designers.sgml:1.8 smarty/docs/de/designers.sgml:1.9
--- smarty/docs/de/designers.sgml:1.8 Wed Oct 29 17:46:45 2003
+++ smarty/docs/de/designers.sgml Mon Nov 3 08:55:26 2003
@@ -3328,7 +3328,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_ids', array(1000,1001,1002,1003));
$smarty->assign('cust_names', array('Joe Schmoe','Jack Smith','Jane Johnson','Charlie Brown'));
@@ -3343,7 +3343,7 @@
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_checkboxes', array(
1000 => 'Joe Schmoe',
@@ -3463,7 +3463,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->display('index.tpl');
@@ -3645,7 +3645,7 @@
<programlisting>
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_ids', array(1000,1001,1002,1003));
$smarty->assign('cust_names', array('Joe Schmoe','Jack Smith','Jane
@@ -3661,7 +3661,7 @@
index.php:
-require('Smarty.php.class');
+require('Smarty.class.php');
$smarty = new Smarty;
$smarty->assign('cust_radios', array(
1001 => 'Joe Schmoe',
@@ -4351,7 +4351,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