Line 9:
Line 9:
* htdocs/mymodule/sql contains SQL file provided by module to add new tables or indexes
* htdocs/mymodule/sql contains SQL file provided by module to add new tables or indexes
* htdocs/mymodule/themes/mytheme if module provide its own theme/skin
* htdocs/mymodule/themes/mytheme if module provide its own theme/skin
+
* htdocs/mymodule/* contains main php pages (note that you can also add subdir here to store your main php pages)
* build/ can contains any data file used for compiling or building package
* build/ can contains any data file used for compiling or building package
* docs/ contains any documentation. This directory can also contains licence files.
* docs/ contains any documentation. This directory can also contains licence files.