Colophon
Modules enabled on this copy of Drupal:
The colophon is a list of Drupal modules used to run this site. It's generated by calling the module_list() method, and iterating over the output, so it's a live reflection of what's running right now.
- $modulelist = module_list( FALSE, TRUE, TRUE, NULL);
- '.$amodule.'
echo '
- ';
foreach ($modulelist as $amodule) {
echo '
';
}
echo '
'

