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

© 2024 UnknownSec