Routing, static views
This commit is contained in:
@@ -15,6 +15,7 @@ abstract class Head extends View {
|
||||
function __construct($document) {
|
||||
parent::__construct($document);
|
||||
$this->sources = array();
|
||||
$this->searchable = false;
|
||||
$this->metas = $this->initMetas();
|
||||
$this->rawFields = $this->initRawFields();
|
||||
$this->title = $this->initTitle();
|
||||
|
||||
Reference in New Issue
Block a user