[development] Move all core modules into their own directories.
Jason Flatt
drupal at oadae.net
Thu May 4 14:12:52 UTC 2006
On Thursday 04 May 2006 04:29 am, Dries Buytaert wrote:
>
> One of the things I'd like to see happen, is that we move away from
> the theme_ functions, and that we make PHPTemplate files for each
> theme function. So, if you are a designer and you want to theme a
> part of Drupal, you just copy the template from module/foo/bar.tpl.php
> to your theme directory, and you start hacking away at it.
>
Wow. I have been working on something rather similar to this. For the last
couple of months, as I have had the time, I've been working on a theme that
has as one of it's features all of it's theme related stuff (but not
including theme_ functions from the modules themselves) in separate .css
and .tpl.php files per module or node type. I have so far only been working
on core modules, but I did have in mind to include some of the more popular
contrib modules later on.
The reasoning behind it for me is that I wanted to create a them that I could
use on multiple projects where I could easily modify the areas that needed
modification and not have the other code be in the way. If I'm not using the
forum module, then I don't have the forum markup to deal with. If I am using
the forum module, then all the relevant markup is in one place and easy to
find and modify.
--
Jason Flatt
http://www.oadae.net/
Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis,
9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005)
Linux User: http://www.sourcemage.org/
Drupal Fanatic: http://drupal.org/
More information about the development
mailing list