1<!-- file header_login.tpl.php -->
5 print
"Error, template page can't be called as URL";
12<?php print
'<html lang="'.substr($langs->defaultlang, 0, 2) .
'">'.
"\n"; ?>
14 <meta charset=
"UTF-8">
15 <meta
name=
"viewport" content=
"width=device-width, initial-scale=1.0">
16 <meta http-equiv=
"X-UA-Compatible" content=
"ie=edge">
26 <link rel=
"stylesheet" href=
"<?php print $context->rootUrl.'css/global.css.php'; ?>">
27 <link rel=
"stylesheet" href=
"https://use.fontawesome.com/releases/v5.2.0/css/all.css">
30 $jNotifyCSSUrl =
dol_buildpath(
'/includes/jquery/plugins/jnotify/jquery.jnotify.min.css', 2);
31 print
'<link rel="stylesheet" href="'.$jNotifyCSSUrl.
' ">';
35 $jQueryJSUrl =
dol_buildpath(
'/includes/jquery/js/jquery.js', 2);
36 print
'<script src="'.$jQueryJSUrl.
'"></script>';
40 $jNotifyJSUrl =
dol_buildpath(
'/includes/jquery/plugins/jnotify/jquery.jnotify.min.js', 2);
41 print
'<script src="'.$jNotifyJSUrl.
'"></script>';
44<body
class=
"login-page">
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
$context
@method int call_trigger(string $triggerName, User $user)
$conf db name
Only used if Module[ID]Name translation string is not found.