Template

Tytuł

OldNew
11Template

Bezpośrednie łącze

OldNew
11layouts

zawartość

OldNew
11## Template Layouts
2
3Template layouts are the base view components for a website that controls everything around the content.
4
5To change the layout for a specific page:
6
7```php
8document::$layout = 'name';
9```

Edytowane przez tim w 28 gru 2023 o 06:07

View code on GitHub