I understand what it is saying, but this is all new to me, let me show you what i need to do. I am trying to give my site a mobile version. So the instructions say to add this code to the <head> tag on my index.html. Ok fusion has index.php but i am pretty sure i don't add it there. here is the code.
Code<script src="http://static.dudamobile.com/DM_redirect.js" type="text/javascript"></script>
<script type="text/javascript">DM_redirect("http://mobile.dudamobile.com/site/oilregionbusiness_1");</script>
So really how would i add it to the head tag and where do i add it in fusion.
Merged on Jul 01 2012 at 18:21:37:
This is what I have. Please tell me if I am wrong.
Codeopenside("Mobile Redirect");
echo "add_to_head<script src="http://static.dudamobile.com/DM_redirect.js" type="text/javascript"></script>
<script type="text/javascript">DM_redirect("http://mobile.dudamobile.com/site/oilregionbusiness_1");</script>";
closeside();
Edited by Vyper69 on 01-07-2012 23:21
|