Revision 1106
Added by Matthias about 16 years ago
| index.php | ||
|---|---|---|
| 141 | 141 | <div class="powered_by"> | 
| 142 | 142 | Powered by <a href="http://www.websitebaker.org" target="_blank">Website Baker</a> | 
| 143 | 143 | </div> | 
| 144 |  | |
| 144 | <?php | |
| 145 | // automatically include optional WB module file frontend_body.js) | |
| 146 | if (function_exists('register_frontend_modfiles_body')) { register_frontend_modfiles_body(); } 
 | |
| 147 | ?> | |
| 145 | 148 | </body> | 
| 146 | 149 | </html> | 
Also available in: Unified diff
Added new function 'register_frontend_modfiles_body' to default templates