diff --git a/www/templates/5.0/embed-debug.tpl.php b/www/templates/5.0/embed-debug.tpl.php index 2447133b642b6db869fccc571bb37c1665fcdf33..96829df29115b30bab352afef432e15980d888e5 100644 --- a/www/templates/5.0/embed-debug.tpl.php +++ b/www/templates/5.0/embed-debug.tpl.php @@ -1,17 +1,17 @@ <!DOCTYPE html> <html class="no-js embed" lang="en"> <head> - <meta charset="utf-8" /> - <meta http-equiv="x-ua-compatible" content="ie=edge" /> - <title>Search | University of Nebraska–Lincoln</title> - <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> - <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" /> - <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script> - <?php echo $head ?> + <meta charset="utf-8" /> + <meta http-equiv="x-ua-compatible" content="ie=edge" /> + <title>Search | University of Nebraska–Lincoln</title> + <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> + <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" /> + <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script> + <?php echo $head ?> </head> -<body> - <main> - <?php echo $maincontent ?> - </main> +<body class="unl"> + <main> + <?php echo $maincontent ?> + </main> </body> </html> diff --git a/www/templates/5.0/embed.tpl.php b/www/templates/5.0/embed.tpl.php index 15e6a1bfec09e89831fd1d414c4e122432b36567..e5dbeec9bf28e10f7ad75a70b4abae20625649d7 100644 --- a/www/templates/5.0/embed.tpl.php +++ b/www/templates/5.0/embed.tpl.php @@ -1,17 +1,17 @@ <!DOCTYPE html> <html class="no-js embed" lang="en"> <head> - <meta charset="utf-8" /> - <meta http-equiv="x-ua-compatible" content="ie=edge" /> - <title>Search | University of Nebraska–Lincoln</title> - <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> - <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" /> - <script src="js/embed/all.js?v=20170404"></script> - <?php echo $head ?> + <meta charset="utf-8" /> + <meta http-equiv="x-ua-compatible" content="ie=edge" /> + <title>Search | University of Nebraska–Lincoln</title> + <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> + <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" /> + <script src="js/embed/all.js?v=20170404"></script> + <?php echo $head ?> </head> -<body> - <main> - <?php echo $maincontent ?> - </main> +<body class="unl"> + <main> + <?php echo $maincontent ?> + </main> </body> </html>