<?php $this->inherits('layout2.tpl') ?>
 
 
<?php $this->startBlock('contents') ?>
 
    <?php $this->printParentBlock() ?> <b>+ 
 
    index file addition<br /></b>
 
<?php $this->endBlock() ?>
 
 
<?php $this->startBlock('footerCopyright') ?>
 
    <?php $this->printParentBlock() ?> <b>2011</b><br />
 
<?php $this->endBlock() ?>
 
 |