summaryrefslogtreecommitdiff
path: root/themes/xtemplate/xtemplate.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-01 19:54:19 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-01 19:54:19 +0000
commitcfd31c93f1f4a4453f7f67e9bf5d3826f9cfce2f (patch)
treedc94a1c50d1c55d2a9a83a07ba1a5c8f03b7238c /themes/xtemplate/xtemplate.inc
parentbb9f9868ebddf9ebf17b9496f2f541dd0b6e7176 (diff)
downloadbrdo-cfd31c93f1f4a4453f7f67e9bf5d3826f9cfce2f.tar.gz
brdo-cfd31c93f1f4a4453f7f67e9bf5d3826f9cfce2f.tar.bz2
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
Diffstat (limited to 'themes/xtemplate/xtemplate.inc')
-rw-r--r--themes/xtemplate/xtemplate.inc19
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.