How we extend page with this code?And what is printed herePHP Code:<?php $this->extend('fe_page'); ?>
PHP Code:<?php $this->block('left'); ?>
<?php if ($this->left): ?>
Printable View
How we extend page with this code?And what is printed herePHP Code:<?php $this->extend('fe_page'); ?>
PHP Code:<?php $this->block('left'); ?>
<?php if ($this->left): ?>