Skip to content
Snippets Groups Projects
Commit ed24e360 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

chaning where the globe css and js is

parent 22c48261
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,8 @@
*/
include dirname(__FILE__)."/../../../../unl_theme/scripts/badwordfilter.php";
?>
<link rel="stylesheet" href="<?php echo $CONFIG->url ?>mod/customindex/views/default/customindex/globesplash.css" type="text/css" />
?>
<script type="text/javascript">var config_url = "<?php echo $CONFIG->url ?>";</script>
<script type="text/javascript" src="http://globe.poly9.com/api.js"></script>
<script type="text/javascript" src="<?php echo $CONFIG->url ?>mod/customindex/witw_people.js"></script>
......
<style type="text/css">
p.witw_location {
text-transform: capitalize;
}
</style>
<!--[if IE]>
<style type="text/css">
#FE_InfoWindow {
margin:10px 0 0 15px !important;
}
#maincontent>ul.wdn_tabs {
width:920px;
}
form#searchform .search_submit_button {
font-size: 0px;
line-height: 0px;
}
</style>
<![endif]-->
<!--[if IE 8]>
<style type="text/css">
#FE_InfoWindow {
margin:0 0 0 5px !important;
}
</style>
<![endif]-->
......@@ -15,4 +15,16 @@
?>
<style type="text/css">p.witw_location {text-transform: capitalize;}</style>
<!--[if IE]>
<style type="text/css">
#FE_InfoWindow {margin:10px 0 0 15px !important;}
#maincontent>ul.wdn_tabs {width:920px;}
form#searchform .search_submit_button {font-size: 0px;line-height: 0px;}
</style>
<![endif]-->
<!--[if IE 8]>
<style type="text/css">#FE_InfoWindow {margin:0 0 0 5px !important;}</style>
<![endif]-->
<?php
include $CONFIG->url . 'mod/customindex/views/default/customindex/globecss.php';
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment