From 56b8a60c3ad25aecffe4f000aba0ac28b986d995 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 8 Mar 2019 14:43:47 +0100 Subject: [PATCH] Update disco.tpl.php --- modules/discopower/templates/disco.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/discopower/templates/disco.tpl.php b/modules/discopower/templates/disco.tpl.php index 1c8ce9454..e6fef0507 100644 --- a/modules/discopower/templates/disco.tpl.php +++ b/modules/discopower/templates/disco.tpl.php @@ -4,7 +4,7 @@ $this->data['header'] = $this->t('selectidp'); $this->data['jquery'] = ['core' => true, 'ui' => true, 'css' => true]; $this->data['head'] = '<link rel="stylesheet" media="screen" type="text/css" href="'. - SimpleSAML\Module::getModuleURL('discopower/assets/css/style.css').'" />'; + SimpleSAML\Module::getModuleURL('discopower/assets/css/disco.css').'" />'; $this->data['post'] = '<script type="text/javascript" src="'. SimpleSAML\Module::getModuleURL('discopower/assets/js/jquery.livesearch.js').'"></script>'; -- GitLab