Qual: No variable set inside a template
This commit is contained in:
parent
c7eea92e83
commit
1d3959534d
@ -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');
|
||||
@ -36,8 +36,7 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
||||
<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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user