This website requires JavaScript.
Explore
Help
Sign In
Drupal
/
drupal
mirror of
https://git.drupalcode.org/project/drupal.git
Watch
1
Star
0
Fork
You've already forked drupal
0
Code
Issues
Projects
Releases
Wiki
Activity
a53d198cac
drupal
/
module.php
7 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
- applied David Norman's patch to turn all <?'s into fully qualified <?php's.
2001-03-10 11:07:52 +00:00
<
?
php
- large batch of updates
2000-12-14 14:20:06 +00:00
Yet another large batch of updates: - I rearranged some of the code and clean-up some of the mess. - Added "blocks" which can be user defined/controlled: check to see. The positioning of blocks is rather basic for the moment, so I'm all open for input on that.
2000-12-23 23:25:28 +00:00
include_once
"
includes/common.inc
"
;
- intermediate commit: some bugfixes, changes and some drastic changes to block and module support
2000-12-23 15:13:34 +00:00
module_execute
(
$mod
,
"
page
"
);
- large batch of updates
2000-12-14 14:20:06 +00:00
- added module support and preleminary (read: example) modules
2000-12-07 13:09:23 +00:00
?>