From ed24e360c5880b748fd391544580ce4719af3634 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Tue, 15 Sep 2009 22:21:13 +0000
Subject: [PATCH] chaning where the globe css and js is

---
 .../views/default/customindex/content.php     |  4 +--
 .../views/default/customindex/globesplash.css | 27 -------------------
 .../views/default/customindex/metatags.php    | 12 +++++++++
 plugins/globe/views/default/globe/content.php |  1 -
 4 files changed, 13 insertions(+), 31 deletions(-)
 delete mode 100644 customindex/views/default/customindex/globesplash.css

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 485bf889..3685af47 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -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>
diff --git a/customindex/views/default/customindex/globesplash.css b/customindex/views/default/customindex/globesplash.css
deleted file mode 100644
index 2dc393a0..00000000
--- a/customindex/views/default/customindex/globesplash.css
+++ /dev/null
@@ -1,27 +0,0 @@
-<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]-->
-
diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php
index c3f4a538..07fe49f4 100644
--- a/customindex/views/default/customindex/metatags.php
+++ b/customindex/views/default/customindex/metatags.php
@@ -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]-->
+
 
diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php
index 6460cff4..cf9001df 100644
--- a/plugins/globe/views/default/globe/content.php
+++ b/plugins/globe/views/default/globe/content.php
@@ -1,7 +1,6 @@
 <?php
 		
 
- include $CONFIG->url . 'mod/customindex/views/default/customindex/globecss.php';
 ?>
 
 
-- 
GitLab