Steven Wittens
59558ede9e
#13531 : Xtemplate {directory} tag
2004-12-24 06:39:59 +00:00
Dries Buytaert
2b17b3a966
- Patch #13907 by Neil: less ways to set the page title.
...
* Less logic in theme code.
* Encourages use of the menu system.
* Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
* Very slightly more efficient.
2004-12-15 21:19:42 +00:00
Dries Buytaert
5d759ccbb9
- Patch #5942 by jhriggs and Adrian:
...
+ added support for multi-site configurations.
+ tidied up some old cruft and added code comments.
2004-11-24 22:44:01 +00:00
Dries Buytaert
30110a8770
- Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link().
...
TODO:
1. Update theme upgrade instructions in the handbook: node_link() is gone.
2. Remove page_link() just like we removed node_link().
2004-11-23 23:11:59 +00:00
Dries Buytaert
10f329c057
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
...
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
2004-10-19 18:02:31 +00:00
Steven Wittens
b75c1e1c8b
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
2004-09-09 13:36:01 +00:00
Steven Wittens
51cf18e531
- #9292 : Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly broken.
2004-08-22 17:03:42 +00:00
Dries Buytaert
94e30bf776
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
2004-08-21 06:42:38 +00:00
Steven Wittens
9f2d6f0e51
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes.
...
- Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific).
- Fixing missing class on screenshots.
- Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
2004-08-20 17:21:37 +00:00
Dries Buytaert
81861a8e91
- Removing some DOS-style line endings. Thanks TDobes.
2004-08-20 09:34:53 +00:00
Dries Buytaert
6ea5c56ded
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
2004-08-20 07:51:27 +00:00