On the text menu's I want to have Admin Panel be turned to Admin, please.Thanks to whoever does this
![]()
I can have this done in a bit, but i'm really busy right now but you'll have it done by the end f the night....Hint Hint, USe The Switch-It Code
Edit: ok i'll take care of this now![]()
Code:
- <script type="text/javascript">
- <!--
- /* Switch-It by Cr0w */
- function switchIt(word,word2){
- var f = document.getElementsByTagName("font");
- for(i=0;i<f.length;i++){
- f[i].innerHTML = f[i].innerHTML.replace(word,word2);
- }
- }
- switchIt("Admin Panel","Admin");
- //-->
- </script>
Ok that should work, and if it doesnt that just means you need to copy over the exactl name for the admin panel to where it says Admin Panel
It worksThanks.
np