where-are-the-templates.php
9 lines
| 1 | <?php |
| 2 | /* |
| 3 | * Q : Where are the built-in gallery templates? |
| 4 | * A : They can be found in "wp-content/foogallery/extensions/default-templates" |
| 5 | * |
| 6 | * Q : Why are they not in "wp-content/foogallery/templates"? |
| 7 | * A : We wanted the built-in templates to be packaged in a FooGallery extension, so that you can disable them if you wanted to. |
| 8 | */ |
| 9 |