369 B
369 B
+++ title = "When There's Not a Module For That" outputs = ["Reveal"] +++
When There's Not a Module For That

When building a Drupal site, “there’s a module for that” can be the sweetest words you can hear.
function something() {
return 'nothing';
}