diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 485bf889566e2f62002dbadf441ab3ddd8e28331..3685af472c7017cfb3042697ab66d8ed9da611c4 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 2dc393a09f6e1b6f66f7b2b2c302d4a09141e753..0000000000000000000000000000000000000000 --- 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 c3f4a5386f89e5dd48a9e2520759cf104b7c7652..07fe49f4aef521d26195feae84c1a73c4cb5058f 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 6460cff49b9b1084d2c9c1f833109ec89dc7c2aa..cf9001dfdde371d601c773b1459e506e7b8f4319 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'; ?>