The .info says:
files[] = asfaf.module
files[] = asfaf.admin.inc...but your file structure is:
js/asaf.js
asaf.admin.inc
asaf.info
asaf.moduleSo, which one is it? "asaf" or "asfaf"???
The .info says:
files[] = asfaf.module
files[] = asfaf.admin.inc...but your file structure is:
js/asaf.js
asaf.admin.inc
asaf.info
asaf.moduleSo, which one is it? "asaf" or "asfaf"???
Comments
Comment #1
klonos...by taking a look at the code in the files, every function seems to be
asaf_*, so I guess that's it. If so, you need to change those twofiles[]lines in the .info file.Comment #2
taldy commentedFixed