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
62588af9ce
drupal
/
module.php
7 lines
86 B
PHP
Raw
Normal View
History
Unescape
Escape
- 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
include
"
modules/
$mod
.module
"
;
- large batch of updates
2000-12-14 14:20:06 +00:00
if
(
$function
=
$module
[
"
page
"
])
$function
();
- added module support and preleminary (read: example) modules
2000-12-07 13:09:23 +00:00
?>