diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/login.tpl.php | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/templates/login.tpl.php b/templates/login.tpl.php index def2d72..6592b0d 100644 --- a/templates/login.tpl.php +++ b/templates/login.tpl.php @@ -8,6 +8,12 @@ window.onload = function() {  }  </script> +<?php +if (!$userservice->isSessionStable()) { +    echo '<p class="error">'.T_('Please activate cookies').'</p>'; +} +?> +  <form action="<?php echo $formaction; ?>" method="post">      <div><input type="hidden" name="query" value="<?php echo $querystring; ?>" /></div>      <table> | 
