cg view title
This commit is contained in:
parent
b00c005b09
commit
967bcc28b5
@ -75,6 +75,10 @@ class CgView
|
||||
|
||||
$file_content = $content;
|
||||
|
||||
if (!isset($title)){
|
||||
$title = "No Title";
|
||||
}
|
||||
|
||||
$layoutPath = $this->viewPath;
|
||||
|
||||
if ($this->layout) {
|
||||
|
Loading…
Reference in New Issue
Block a user