Skip to content

Commit

Permalink
Qual: No variable set inside a template
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 20, 2011
1 parent 45350f4 commit dd5b240
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htdocs/core/tpl/login.tpl.php
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: login.tpl.php,v 1.21 2011/08/20 15:28:32 eldy Exp $
* $Id: login.tpl.php,v 1.22 2011/08/20 15:33:16 eldy Exp $
*/

header('Cache-Control: Public, must-revalidate');
Expand All @@ -36,8 +36,7 @@
<title><?php echo $langs->trans('Login'); ?></title>
<script type="text/javascript" src="<?php echo DOL_URL_ROOT ?>/includes/jquery/js/jquery-latest.min.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo $conf_css; ?>" />
<?php $favicon=DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico'; ?>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $favicon; ?>" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico'; ?>" />
<style type="text/css">
<!--
#login {
Expand Down

0 comments on commit dd5b240

Please sign in to comment.