шаг 3 завершен
This commit is contained in:
@@ -18,6 +18,12 @@ final class View
|
||||
|
||||
extract($data, EXTR_SKIP);
|
||||
|
||||
$title = $title ?? 'Рыбсток';
|
||||
$metaDescription = $metaDescription ?? '';
|
||||
$metaKeywords = $metaKeywords ?? '';
|
||||
$breadcrumbs = $breadcrumbs ?? [];
|
||||
$showBackButton = $showBackButton ?? true;
|
||||
|
||||
require base_path('views/layouts/main.php');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user