Files
luos/workflow/engine/skinEngine/base/layout-raw.html

17 lines
310 B
HTML
Raw Normal View History

<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">
<script type="text/javascript">
{$header}
</script>
{php}
global $G_TEMPLATE;
if ($G_TEMPLATE != '')
{
G::LoadTemplate($G_TEMPLATE);
}
{/php}
</td>
</tr>
</table>