diff options
Diffstat (limited to 'themes/xtemplate/xtemplate.inc')
-rw-r--r-- | themes/xtemplate/xtemplate.inc | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.inc b/themes/xtemplate/xtemplate.inc index 363943ac6..dbe67106a 100644 --- a/themes/xtemplate/xtemplate.inc +++ b/themes/xtemplate/xtemplate.inc @@ -1,4 +1,4 @@ -<? +<?php class XTemplate { @@ -477,6 +477,23 @@ function r_getfile($file) { /* $Log$ + Revision 1.2 2003/02/01 19:54:19 dries + + Patch by Ax: + + - Bad usage of css ID's: they may be used for a single element only, + but were used as #node, #block, which can occur multiple times in a + single page. + + - Moved HTML from theme to template - thats what templates are all + about! + + - Added support for head() hook + + - Added support for diffentiating between boxes and blocks. + + - Typo: secundary -> secondary + Revision 1.1 2003/01/20 21:00:31 dries - Added a template driven theme. |