diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index eb1095e465094b05f59bfbc4a403aff55266ad49..e5453034c9064fc30431754ee04c515b81cae9bc 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -2,7 +2,11 @@ ?> - +<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> +<script type="text/javascript" src="<?php echo $CONFIG->url ?>mod/customindex/views/default/customindex/globesplash.js"></script> <div id="globeInner" style="opacity:1 !important; display: block !important;width:940px;height:705px;background-color:#000;"></div>