Files
luos/workflow/engine/skins/raw.html

17 lines
310 B
HTML
Raw Normal View History

2010-12-02 23:34:41 +00:00
<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>