nlopess Fri Jan 21 11:29:38 2005 EDT
Modified files:
/phpdoc/dsssl howto-php.dsl.in
Log:
fix path for docweb template
# dsssl is seems Scheme/Lisp. Now I start thinking that have learned Scheme
can be usefull :)
http://cvs.php.net/diff.php/phpdoc/dsssl/howto-php.dsl.in?r1=1.2&r2=1.3&ty=u
Index: phpdoc/dsssl/howto-php.dsl.in
diff -u phpdoc/dsssl/howto-php.dsl.in:1.2 phpdoc/dsssl/howto-php.dsl.in:1.3
--- phpdoc/dsssl/howto-php.dsl.in:1.2 Sat Jun 26 11:41:17 2004
+++ phpdoc/dsssl/howto-php.dsl.in Fri Jan 21 11:29:37 2005
@@ -9,7 +9,7 @@
<!--
- $Id: howto-php.dsl.in,v 1.2 2004/06/26 15:41:17 goba Exp $
+ $Id: howto-php.dsl.in,v 1.3 2005/01/21 16:29:37 nlopess Exp $
HTML-specific stylesheet customization for the PHPDOC howto.
@@ -85,7 +85,7 @@
(php-code
(string-append
newline
- "include_once '../../include/lib_general.inc.php';"
newline
+ "include '../include/init.inc.php';" newline
"echo site_header('" (docweb-quote (docweb-node-title
nd)) "');" newline
)
)