From 22c48261abc023ab1be7b2a9f4a3d7ab6757e0ee Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Tue, 15 Sep 2009 21:57:01 +0000 Subject: [PATCH] whoops, the css ie conditionals won't work in an external file --- plugins/globe/views/default/globe/content.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index e5453034..6460cff4 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -1,8 +1,10 @@ <?php + + include $CONFIG->url . 'mod/customindex/views/default/customindex/globecss.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> -- GitLab