![]() |
I am sorry, I'll be more precisely with some examples. this is my view:
Code: <?= $this->extend('default'); ?> Code: <!doctype html> I've try to change system\View.php from Code: public function renderSection(string $sectionName){ to: Code: public function renderSection(string $sectionName){ so that my layout become: Code: <!doctype html> this work fine but it isn't the right way! I will not change system source code... more over, it do a wrong render when I use multiple times (one inside another)... |
Messages In This Thread |
extend layout - by nemesis - 11-10-2021, 09:18 AM
RE: extend layout - by InsiteFX - 11-11-2021, 03:12 AM
RE: extend layout - by nemesis - 11-15-2021, 08:49 AM
RE: extend layout - by nemesis - 11-11-2021, 07:26 AM
RE: extend layout - by ikesela - 11-11-2021, 09:45 AM
RE: extend layout - by nemesis - 11-11-2021, 03:20 PM
RE: extend layout - by kenjis - 11-12-2021, 11:33 PM
RE: extend layout - by nemesis - 11-13-2021, 01:40 AM
RE: extend layout - by kenjis - 11-15-2021, 06:40 PM
RE: extend layout - by nemesis - 11-16-2021, 12:58 AM
RE: extend layout - by kenjis - 11-16-2021, 01:16 AM
RE: extend layout - by nemesis - 11-16-2021, 08:33 AM
RE: extend layout - by kenjis - 11-16-2021, 03:58 PM
RE: extend layout - by nemesis - 11-17-2021, 11:02 AM
|