Files
luos/workflow/engine/skinEngine/neoclassic/layout-extjs.html
Marco Antonio Nina 4b972a0cd3 Add new skin neoclassic
- Add file in skinEngine and public
- Add option for new skin.
2013-05-09 13:54:20 -04:00

12 lines
277 B
HTML

<!-- 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>