File size: 310 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>