fix version number

This commit is contained in:
mohrt
2003-02-02 18:10:39 +00:00
parent 66c1110fea
commit 3353d3654d
4 changed files with 24 additions and 3 deletions

View File

@@ -450,7 +450,7 @@ class Smarty
* *
* @access private * @access private
*/ */
var $_version = '2.3.1'; var $_version = '2.4.0';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -8,7 +8,7 @@
<style-specification id="docbook-smarty-html" use="docbook"> <style-specification id="docbook-smarty-html" use="docbook">
<style-specification-body> <style-specification-body>
(define %html-ext% ".php") (define %html-ext% ".html")
&html-common.dsl; &html-common.dsl;
&common.dsl; &common.dsl;

21
docs/php.dsl Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/html/docbook.dsl" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
<!ENTITY common.dsl SYSTEM "common.dsl">
]>
<style-sheet>
<style-specification id="docbook-smarty-html" use="docbook">
<style-specification-body>
(define %html-ext% ".php")
&html-common.dsl;
&common.dsl;
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="docbook.dsl">
</style-sheet>

View File

@@ -450,7 +450,7 @@ class Smarty
* *
* @access private * @access private
*/ */
var $_version = '2.3.1'; var $_version = '2.4.0';
/** /**
* current template inclusion depth * current template inclusion depth