
Code:
- <script type="text/javascript">
- /*Copyright + Quick Search Forums Bottom
- Google Search has to be Activated!
- Created by Dwight*/
-
- window.onload = function() {
- if(get('footerstats', ID)) {
- get('footerstats', ID).innerHTML = 'Place Your Forums Copyright Text Here';
- get('footertime', ID).style.display = 'none';
- get('vforums_search', ID).innerHTML = '<form action="/action/search" method="post" enctype="multipart/form-data" name="search_form"><input name="search_words" size="25" maxlength="100" value="" type="text"><br />Subject:<input name="subject" value="1" type="checkbox"> Message:<input name="message" value="1" type="checkbox"><input name="max_results" value="25" type="hidden"><input type="submit" value="Search" /></form>';
- }
- }
- </script>