Revision 1646
Added by Luisehahne over 13 years ago
- typofix in templates to include jquery
| index.php | ||
|---|---|---|
| 47 | 47 |
<?php |
| 48 | 48 |
// automatically include optional WB module files (frontend.css, frontend.js) |
| 49 | 49 |
register_frontend_modfiles('css');
|
| 50 |
// register_frontend_modfiles('javascript');
|
|
| 50 |
// register_frontend_modfiles('jquery');
|
|
| 51 | 51 |
register_frontend_modfiles('js');
|
| 52 | 52 |
?> |
| 53 | 53 |
</head> |
| ... | ... | |
| 70 | 70 |
<input type="hidden" name="referrer" value="<?php |
| 71 | 71 |
echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" />
|
| 72 | 72 |
<input type="text" name="string" class="search_string" /> |
| 73 |
<input type="submit" name="wb_search" id="wb_search" value="<?php
|
|
| 73 |
<input type="submit" name="wb_search" id="wb_search" value="<?php |
|
| 74 | 74 |
echo $TEXT['SEARCH']; ?>" class="search_submit" /> |
| 75 | 75 |
</form><?php |
| 76 | 76 |
} ?> |
| ... | ... | |
| 140 | 140 |
</div> |
| 141 | 141 |
<?php |
| 142 | 142 |
// automatically include optional WB module file frontend_body.js) |
| 143 |
register_frontend_modfiles_body(); |
|
| 143 |
// register_frontend_modfiles_body('jquery');
|
|
| 144 |
register_frontend_modfiles_body('js');
|
|
| 144 | 145 |
?> |
| 145 | 146 |
</body> |
| 146 | 147 |
</html> |
Also available in: Unified diff