name : 1col1280.tpl.php
<?
if (!defined('SITE'))
    exit('Access Denied');
?>
<? template('html_head'); ?>
<? template('page_header'); ?>
<div id="body">
    <div style="width:1230px;margin:0 auto;">
        <?php echo $base['data']['content']; ?>
        <br style="clear:both;"/>
    </div>
</div>
<? template('page_footer'); ?>

© 2024 UnknownSec