name : 2col3377.tpl.php
<?
if (!defined('SITE'))
    exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<div id="body">
    <div style="float:left;width:413px;height:540px;"><?php echo $base['data']['left']; ?></div>
    <div style="float:left;width:807px;height:540px;padding-left: 10px;"><?php echo $base['data']['right']; ?></div>
    <br style="clear:both;"/>
</div>
<? template('page_footer'); ?>

© 2024 UnknownSec