| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
theme_head().
|
| |
|
|
|
|
|
|
| |
- Show sidebar only if there is at least one block.
- Remove xml prolog; fixes http://lists.drupal.org/pipermail/drupal-devel/2003-May/024484.html.
|
| |
|
|
|
|
|
|
| |
- <div> is not allowed within <span>.
- Reworked the header: the alignment/wrapping of the primary and secondary links actually works now and is a tad simpler.
|
|
|
|
| |
variable names.
|
|
|
|
|
|
| |
Gordon's patch).
- Updated CHANGELOG.
|
| |
|
| |
|
| |
|
|
|
|
| |
theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- Removed the XML prolog from xtemplate.xtmpl because some browsers have difficulties with it and it's not required. see http://webstandards.org/learn/reference/prolog_problems.html.
- Fixed the term link.
|
|
|