added unique but sortable time
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
This commit is contained in:
@ -104,7 +104,8 @@ class Page
|
||||
|
||||
//render template by running include
|
||||
ob_start();
|
||||
extract($this->variables);
|
||||
if(is_array($this->variables))
|
||||
extract($this->variables);
|
||||
if($templatefile!= '')
|
||||
include($templatefile);
|
||||
$pagecontent = ob_get_contents();
|
||||
|
Reference in New Issue
Block a user