Files
luos/workflow/engine/skinEngine/base/layout-extjs.html
Brayan Osmar Pereyra Suxo 1edfcd68cd BUG 9510 Bug has code errors SOLVED
I add code correcty
2012-08-08 12:46:26 -04:00

12 lines
277 B
HTML
Executable File

<!-- turn on quirks mode for IE -->
{doctype}
<head>
{meta}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{header}
</head>
<body {dirBody}>
{bodyTemplate}
</body>
</html>