From b0bc6ac47c9af7910d43377e5691c6dcbed7539c Mon Sep 17 00:00:00 2001 From: Ryan Dee <ryan@skoolbus39.com> Date: Wed, 19 Dec 2018 13:28:32 -0600 Subject: [PATCH] Update 5.0 links to framework CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use ‘core’ instead of ‘all’ --- www/templates/5.0/embed-debug.tpl.php | 2 +- www/templates/5.0/embed.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/templates/5.0/embed-debug.tpl.php b/www/templates/5.0/embed-debug.tpl.php index f278bb3..64b8a74 100644 --- a/www/templates/5.0/embed-debug.tpl.php +++ b/www/templates/5.0/embed-debug.tpl.php @@ -5,7 +5,7 @@ <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/6968572/css/fonts.css" /> - <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" /> + <link rel="stylesheet" href="/wdn/templates_5.0/css/core.css" /> <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script> <?php echo $head ?> </head> diff --git a/www/templates/5.0/embed.tpl.php b/www/templates/5.0/embed.tpl.php index d9a43c5..0776fd5 100644 --- a/www/templates/5.0/embed.tpl.php +++ b/www/templates/5.0/embed.tpl.php @@ -5,7 +5,7 @@ <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/6968572/css/fonts.css" /> - <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" /> + <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/core.css" /> <script src="js/embed/all.js?v=20170404"></script> <?php echo $head ?> </head> -- GitLab