cg view title

This commit is contained in:
Kavalar 2024-12-12 15:11:31 +03:00
parent b00c005b09
commit 967bcc28b5

View File

@ -75,6 +75,10 @@ class CgView
$file_content = $content; $file_content = $content;
if (!isset($title)){
$title = "No Title";
}
$layoutPath = $this->viewPath; $layoutPath = $this->viewPath;
if ($this->layout) { if ($this->layout) {