From a28f50cd80e674cd645b734b23009c88028e89c1 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 29 Feb 2016 11:19:25 -0500 Subject: [PATCH] Removed redundant templates. --- themes/bootstrap3/templates/Auth/Shibboleth/login.phtml | 3 --- themes/jquerymobile/templates/Auth/Shibboleth/login.phtml | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 themes/bootstrap3/templates/Auth/Shibboleth/login.phtml delete mode 100644 themes/jquerymobile/templates/Auth/Shibboleth/login.phtml diff --git a/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml b/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml deleted file mode 100644 index 3feb62a33fd..00000000000 --- a/themes/bootstrap3/templates/Auth/Shibboleth/login.phtml +++ /dev/null @@ -1,3 +0,0 @@ -<? $account = $this->auth()->getManager(); ?> -<? $sessionInitiator = $account->getSessionInitiator($this->serverUrl($this->url('myresearch-home'))); ?> -<a href="<?=$this->escapeHtmlAttr($sessionInitiator)?>"><?=$this->transEsc("Institutional Login")?></a> diff --git a/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml b/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml deleted file mode 100644 index d4cbbac6e6b..00000000000 --- a/themes/jquerymobile/templates/Auth/Shibboleth/login.phtml +++ /dev/null @@ -1,3 +0,0 @@ -<? $account = $this->auth()->getManager(); ?> -<? $sessionInitiator = $account->getSessionInitiator($this->serverUrl($this->url('myresearch-home'))); ?> -<a rel="external" href="<?=$this->escapeHtmlAttr($sessionInitiator)?>"><?=$this->transEsc("Institutional Login")?></a> -- GitLab