Results 1 to 1 of 1

Thread: How page is extended

  1. #1
    User
    Join Date
    05-21-18.
    Posts
    126

    Default How page is extended

    How we extend page with this code?
    PHP Code:
    <?php $this->extend('fe_page'); ?>
    And what is printed here
    PHP Code:
              <?php $this->block('left'); ?>
                <?php if ($this->left): ?>
    Last edited by rawelja; 02/05/2019 at 16:51.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •