Subversion Repositories oidplus

Rev

Rev 395 | Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 434
Line 66... Line 66...
66
} else {
66
} else {
67
        $add_css_args = '';
67
        $add_css_args = '';
68
}
68
}
69
 
69
 
70
?><!DOCTYPE html>
70
?><!DOCTYPE html>
71
<html lang="en">
71
<html lang="<?php echo substr(OIDplus::getCurrentLang(),0,2); ?>">
72
 
72
 
73
<head>
73
<head>
74
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
74
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
75
        <meta name="OIDplus-SystemID" content="<?php echo htmlentities($sysid_oid); ?>">
75
        <meta name="OIDplus-SystemID" content="<?php echo htmlentities($sysid_oid); ?>">
76
        <meta name="OIDplus-SystemURL" content="<?php echo htmlentities($sys_url); ?>">
76
        <meta name="OIDplus-SystemURL" content="<?php echo htmlentities($sys_url); ?>">