Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/master_templates/wrapper.tmpl
[%# 'extrastyle' => opt,
'stylesheets' => opt,
'base' => opt,
-%]
[% USE Whostmgr; USE NVData; -%]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="[% locale.get_html_dir_attr() %]">
<head>
<title>WHM [[% Whostmgr.shorthostname() %]] - [% Whostmgr.WHM_VERSION %]</title>
<meta http-equiv="Content-Type" content="text/html; charset=[% locale.encoding() %]" />
<link rel="shortcut icon" href="[% MagicRevision('/favicon.ico') %]" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href='[% MagicRevision('/styles/reset.css') %]'/>
[%
FOR src=stylesheets.list();
"<link rel='stylesheet' type='text/css' href='" _ MagicRevision(src) _ "' />";
END;
-%]
[% IF extrastyle -%]
<style type="text/css">
[% extrastyle -%]
</style>
[% END -%]
[% IF base; %]
<base href="[% base %]">
[% END; %]
</head>
<body class="[%- NVData.get("whmcommand:navigation") == 1 ? 'nav-collapsed' : ''-%]">
[% content %]
</body>
</html>
Back to Directory
File Manager