From 72c7dd4cfad98e1a5a4f8ab1bdad10040e96366b Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Tue, 15 Sep 2009 21:31:23 +0000 Subject: [PATCH] linked to the external files needed to run the globe on the globe page --- plugins/globe/views/default/globe/content.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index eb1095e4..e5453034 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> -- GitLab