You are here

shib_login_block.tpl.php in Shibboleth Authentication 6.4

Same filename and directory in other branches
  1. 7.4 shib_login_block.tpl.php

Login URL theme.

File

shib_login_block.tpl.php
View source
<?php

/**
 * @file
 *  Login URL theme.
 */
?>
<div id="shib_login_url">
  <a href="<?php

print $login_url;
?>"><?php

print $login_text;
?></a>
</div>